body {
        background-color: #0B3861;
}


#container { 
	width: 960px; 
	position: relative; 
	margin: 0px auto;
}
#header { 
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -6px;
	background-color: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#005292');
	background-image: -moz-linear-gradient(top, rgba(0,82,146,0), rgba(0,82,146,0.6));
	background-image: -webkit-linear-gradient(top, rgba(0,82,146,0), rgba(0,82,146,0.6));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(0,82,146,0), to(rgba(0,82,146,0.6)));
	background-image: linear-gradient(top, rgba(0,82,146,0), rgba(0,82,146,0.6));
	background-image: -ms-linear-gradient(top, rgba(0,82,146,0), rgba(0,82,146,0.6));
   	background-image: -o-linear-gradient(top, rgba(0,82,146,0), rgba(0,82,146,0.6));
}

#header img {
	position: absolute;
	top: 10px;
	left: 0px;
	height: 150px;
}

#map	{
	width: 960px;
	height: 100%;
	position: absolute;
}
