body {
	background: url("bg.png") repeat;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}

.clearBoth {
	clear: both;
}

.container_content {
	width: 900px;
	margin: 0 auto;
}

.header_logo {
	display: block;
	width: 288px;
	height: 103px;
	margin: 60px auto 0 auto;
	background: url("logo.png") no-repeat;
}

.content {
	margin-top: 80px;
	height: 500px;
}

.content a {
	display: block;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 160px;
	height: 210px;
}

.content a img {
	text-align: center;
	width: 140px;
	height: 140px;
	display: inline-block;
	border: 5px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content_copyright {
	display: block;
	font-size: 11px;
	color: #a7ddff;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
}