body {
	background-color: #000000;
	margin: 0 0 50px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	}

.header {
	background-image: url(img/header.jpg);
	width: 960px;
	height: 92px;
	margin: auto;
	}
	
.background {
	background-color: #111111;
	width: 960px;
	height: 955px;
	margin: auto;
	}

.logo {
	position: absolute;
	background-image: url(img/image.jpg);
	margin: 30px 30px 30px 30px;
	width: 900px;
	height: 500px;
	line-height: 20px;
	}
	
.footer {
	background-color: #1f1f1f;
	width: 960px;
	height: 70px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	}
	
.footer a {
	margin-left: 10px;
	}
	
.footer a:link,
.footer a:visited
{
	color: #777;
	text-decoration: underline;
}

.footer a:active,
.footer a:hover
{
	color: #009DE0;
}