body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0F002B;
	margin: 0;
	padding: 0;
}
#global{
	width: 950px;
	border: 1px solid #392D51;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 576px;
}
#header{
	width: 950px;
	float: left;
	height: 500px;
}
#footer{
	float: left;
	height: 40px;
	width: 950px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer a{ 
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover { 
	color: #a6a9ca;
	text-decoration: none;
}
