body {
   margin: 10px;
   background: #0E709E;
   text-align: center;
}
#container {
	width: 850px;
	margin: 0px auto;
}
#logo {
   height: 150px;
}
#content_home {
   background: url(../img/home.jpg) no-repeat center;
   width: 850px;
   height: 560px;
}
#content {
   background: url(../img/bg.jpg) no-repeat center;
   width: 850px;
   height: 560px;
}
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #50B2EE;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer a {
	color: #50B2EE;
	text-decoration: underline;
}
#footer a:hover {
	color: #A8B300;
	text-decoration: underline;    
}
