@CHARSET "UTF-8";

body{
	
	background-color: #000000 !important;
	margin: 0px;
	color:#ffffff;
	font-family: Lucida Grande, "Book Antiqua";
	font-size: 12px;
	line-height: 210%;
		
}

#body-content{
	
	position: relative;	
	margin-left: auto;
	margin-right: auto;	
	top: 200px;
	width: 480px;
	min-height:830px;
	text-align: left;
	z-index:10000;
	
}

#raven {
	
	position:absolute;
	bottom: 0px;
	height: 483px;
	width: 100%;
	background: url("../images/raven.png");
	background-position: center 0;
	background-repeat: no-repeat;
	z-index:9000;
	
}

#bosrec-logo {
	
	position:absolute;
	top: 0px;
	
	height: 177px;
	width: 100%;
	background: url("../images/bosrec-logo.png");
 
	background-position: center 0;
	background-repeat: no-repeat;
}

a{
	
	color: #cc6633;
	text-decoration: none;
}

a:hover{
	
	text-decoration: underline;
	
}

a:visited{
	
	color: #cc6633;	
	
}
