@charset "UTF-8";
/* CSS Document */
/* global.css global styles defined below. Should be included on every page*/
/* -- main page layout elements -- */
html, body{height:95%}
body{
	background:#000 url('images/global/dtv_bg.png') top left repeat-x;
	color:#333;
	font-size:13px;
	line-height:16px;
	font-family:Verdana;
	margin:0;
	padding:0
}


#dtv_tup{background:#27647f url('images/global/dtv_main_bg.png') left bottom repeat-x; width:777px; margin:0 auto; height:auto !important; height:100%; min-height:100%; border-left:1px solid #1c7497; border-right:1px solid #1c7497}

#dtv_body_tup{
	padding:6px 9px 140px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
}


#dtv_topnav_tup{
	position:relative;
	height:140px;
	z-index:999;
	background-image: url(images/global/topnav_swoosh_bg-Big-small.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: -1px;
}


#dtv_full_page{
	width:auto;
	background-color:#fcfcfc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	padding:15px;
	
	
	}
.bottomC {
width:auto;
height:80px;
background-image:url(images/footer/bottom.jpg);
background-repeat: no-repeat;
}

