html,body {
	margin:0px; padding:0px;
	background:#000; 
	color:#eee;
	font:normal 14px "Trebuchet MS",Verdana,arial;
	height:100%;
}


a:link, a:visited, a:active { 
	color: #f00; 
	background: transparent; 
	text-decoration: none; 
}
	
a:hover { 
	color: #fff; 
	background-color: #f00; 
	text-decoration: none; 
}

#main-container {
	margin:0px auto;
	width:800px;
	color:#eee;
	text-align:center;
}
#inner-container {
	
}

.break { clear:both; }
.break1 { height:10px clear:both; }
