/* CSS Document */


#headermain{
	background-image: url("../img/headers/main.jpg");
	width:726px;
	height:267px;
		background-repeat:no-repeat;
}


#logo{
	margin-left:40px;
	margin-top:38px;
	margin-bottom:30px;
	
	background-image: url("../img/logo.gif");
	background-repeat:no-repeat;
	width:233px;
	height:83px;

}




#description{
position:absolute;
top:370px;
background-color:#333;
color:#fff;
font-family:arial;
font-size:16px;
padding:5px;
}
