body {
	background-color: #000;
	color: #fff;
}


#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 760px;
	height: 522px;
	margin-top: -261px;
	margin-left: -380px;
}

#home {
	/*width: 760px;
	margin: 0 auto;
	padding: 0;
	border: 0;*/
}


.content {
	width: 760px;
	height: 360px;
	text-align: center;
	padding: 20px;
}

.content a {
	font-family: verdana;
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline
}

.links div {
	margin-top: 45px;
	width: 33%;
	float: left;
	/*text-align: center;*/
}

.links img {
	border: 0;
}

.footer {
	text-align: center;
	padding-top: 45px;
	height: 19px;
}

.footer img {
	border: 0;
}

.clear {
	clear: both;
}
