/* CSS for IMPERIAL LINE by Algoritma www.algoritma.it */

body {
	margin:0; 
	padding:0; 
	background-color:#231f20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
a:link, a:visited {
	color:#cc701c; 
	font-weight:normal; 
	text-decoration:none;
	border-bottom:1px solid #cc701c;
}
a:hover, a:active {
	color:#a6a397; 
	border-bottom:0px solid #cc701c;
	text-decoration:none;
}
#cover {  
	position:relative; 
	margin:0 auto; 
	width:960px;
	height:560px; 
	background: url(../images/cover_imperial_line.jpg) 0 0 no-repeat;  
	overflow: hidden
}
#address {
	text-align:center;
	margin-top:500px;
}
.note {
	color:#666666;
}


	