
body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}


#logo {
	position:absolute;
	width: 920px;
	height: 250px;
	left:0px;
	top:0px;
	background-color:#c00000;
	border: 0px; }

#logo img {
	position:absolute;
	left:86px;
	top:45px;
	border: 0px; }
	
#text {
	position:absolute;
	width: 474px;
	height: 350px;
	left:0px;
	top:250px;
	border: 0px; 
	padding-left:86px;
	padding-right:360px;
	background-color:#ffffff;}
	
	
#text h1 { color:#aaa; font-size:16px; font-weight:bold; }	
#text p { color:#aaa; font-size:12px; line-height:16px;}	
#text a { color:#aaa; }	
#text a:hover { color:#000; }	

#fuss {
	position:absolute;
	width: 920px;
	height: 30px;
	left:0px;
	top:604px;
	text-align:right;
	border: 0 none; }

#fuss a {
	text-decoration:none;
	font-size:9px;
	color:#666666;
	outline:1px solid #cccccc}
	
#fuss a:hover, #fuss a:focus, #fuss a:active{
	text-decoration: underline;
	color:#333333;
	outline:1px solid #cccccc
}
