html, body { height: 100%; width:100%;}
body {
	margin: 0;
	background: #370404;
}
img {border:none;}

#main {
	position: absolute;
	top: 50%; margin-top: -100px;
	width: 100%; height: 200px;
	background: #E58700;
	text-align: center;
	
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 36px;
    color: #5F7FAA;
}

#main a {
	display: block;
	height:100%; width:100%;
}
#main a:hover { background: #FD9B00; }

#main a:active, #main a:link, #main a:visited {color: #fff; text-decoration: none;}
#main a:hover {color: #fff; text-decoration: none;}
