html, body { margin:0; padding:0; }

#content {
	margin:30px auto 0 auto;
}

video, object {
	width: 100%;
	max-width: 1600px;
	height: auto;
}


#navig-secondary { 
	width:100%; 
	margin-top:24px; 
	height:23px; 
	border-bottom:1px dotted #999; 
	line-height:26px; 
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	text-transform:uppercase;
	
	text-align:center; 
	margin-left:-15px;
} 
#navig-secondary ul, #navig-secondary li { list-style-type:none; margin:0; padding:0; }
#navig-secondary li { display:inline; padding-left:15px; }

a, a:visited { color:#000; }
a:hover { text-decoration:none; }