#rap {
  width: 850px;
  
}

#header {
	height:120px;
	background-image:url(/media/images/logo.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin: 0;
	padding-top:0px;
}

#header div.logos {
	float:right; 
	font-size:14px; 
	width:420px; 
	text-align:right; 
	color:#2957A3; 
	margin-top:55px
}


#header a {
	display:block;
	float:left;
	height:100px;
	width:300px;
	color: #000000;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#main{
  margin-left: 50px;
  
}