html {
	margin: 0 auto;
	width: 100% !important;

        background: #b3b3b0;
        background: -moz-linear-gradient(top,#b3b3b0 0,#e3e2dd 500px);
        background: -webkit-linear-gradient(#b3b3b0 0,#e3e2dd 500px);
        background: -ms-linear-gradient(top,#b3b3b0 0,#e3e2dd 500px);
        background: linear-gradient(top,#b3b3b0 0,#e3e2dd 500px);
        background-repeat: no-repeat;
        font-family: 'Spinnaker', sans-serif;
	}
body {
	width: 100%;
	margin:0 auto; 
	padding:0;
	overflow: auto;
        font-family: 'Spinnaker', sans-serif;
}
.clear {
	clear: both;
}
.absolute {
	position: absolute;
}
.top {
	top: 0;
}
.right {
	right: 0;
}
.left {
	left: 0;
}
.bottom {
	bottom:0;
}

.dten-logo {
    height: 40px;
    margin: 8px 16px;
}
.background {
    margin: 0 auto;
    width: 100% !important;
    max-width: 1599px;
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
.body-wrapper {
    width: 979px;
    margin: 0 auto;
}
.content {
    position: relative;
    min-height: 1024px;
    background: #f0f0f0;
    box-shadow: 0 5px 10px #555555;
    border-radius: 5px 5px 0 0;
}
.ads-background {
    background-image: url("../../msn-3ads-979x1024.jpg");
    background-repeat: no-repeat;
}
.dark-background {
    background: #333333;
}
.footer {
    box-shadow: 0 5px 10px #555555;
    border-radius: 0 0 5px 5px;
}

#flashContent1 { 
	width:979px; 
	height:100px; 
	margin: 0 auto;
}

#expandableStandard {
	position: absolute;
	width: 300px;
	height: 250px;
	float: right;
        right: 15px;
        top: 221px;
        overflow: hidden;
}
#flashContent2 {
	position: absolute;
	right: 0;
	top: 0;
}
#flashContent3 {
	position: absolute;
	right: 0;
	top: 0;
        z-index: 100;
	visibility: visible;
}

#eBillboard {
    position: relative;
	width: 970px;
        height: 21px;
	position: relative;
	margin: 0 auto;
        overflow: hidden;
}
#flashContent4 { 
    position: absolute;
    top: 0;
    left: 0;
    width:970px; 
    height:21px;
}
#flashContent5 {
    position: absolute;
    top: 0;
    left: 0;
    width:970px; 
    height:250px;
    z-index: 100;
    visibility: hidden;
}

#flashContent6 {
    position: absolute;
    right: 15px;
    top: 221px;
}
#flashContent7 {
    position: absolute;
    left: 126px;
    top: 111px;
}
#flashContent8 {
    position: absolute;
    left: 16px;
    top: 221px;
}

.banner-container {
    width: 900px;
    margin: 70px auto 0 auto;
}
.banner-container img {
    width: 100%;
}
.phone-container {
    position: relative;
    background-image: url('../../Samsung.png');
    width: 300px;
    height: 524px;
    background-size: cover;
}
.text-push-container {
    position: absolute;
    width: 235px;
    left: 32px;
    top: 258px;
    height: 60px;
}
.text-push-icon {
    float:left;
}
.text-push-icon img {
    height: 44px;
    width: 44px;
    padding: 8px;
}
.text-push {
    color: white;
    font-size: 12px;
    padding-left: 65px;
}
.text-push-title {
    padding: 13px 0 5px 0;
    box-sizing: border-box;
}
.text-push-description {
    font-size: 9px;
    padding: 5px 0 5px 0;
}

.banner-push {
    position: absolute;
    width: 235px;
    left: 32px;
    top: 258px;
    height: 29px;
}
.banner-push img {
    width: 235px;
    height: 29px;
}
.big-puture {
    position: absolute;
    width: 235px;
    left: 32px;
    top: 318px;
    height: 147px;
}
.big-puture img {
    width: 235px;
    height: 147px;
}

.push-container {
    width: 300px;
    float: left;
    margin-left: 19.75px;
}
.banner-push-actual {
    width: 728px;
    margin: 50px auto 0 auto;
}
.big-puture-actual {
    width: 400px;
    margin: 50px auto 0 auto;
    padding-bottom: 50px;
}
.table {
    margin-top: 50px;
    width: 100%;
    display: table;
}

.banner-title {
    text-align: center;
    color: white;
}

.collapsed {
	height: 21px;
}
.expanded {
	height: 250px;
}
.padding-bottom {
    padding-bottom: 50px;
}
.clear {
	clear: both;
}

.dten {
    background: #444;
    color: #ddd;
    font-size: 12px;
    text-align: right;
    padding: 10px 20px 10px 0;
}

.dten span {
	position: relative;
	z-index: 5;
}
.dten span a {
	text-decoration: none;
	color: #ddd;
}
.dten span a:hover {
	text-decoration: underline;
	color: white;
}

H1 {
	font-size: 16px;
	text-align: center;
}
H2 {
	font-size: 12px;
	text-align: center;
}
H3 {
	font-size: 12px;
	text-align: center;
}

#cssmenu {
    position: absolute;
    top: 56px;
    height: 40px;
    width: 100%;
    background: #000;
}
#cssmenu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
#cssmenu ul li {
    float: left;
    line-height: 40px;
    padding: 0;
    width: 135px;
    text-align: center;
}
#cssmenu ul li a {
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.active {
    background: #40A9D8;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
    background-image: url("images/video-backup.jpg");
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.media-container {
    width: 560px;
    margin: 80px auto 0 auto;
}