@charset "utf-8";
html, body,#main{ height:100%; }
body,html { margin:0; padding:0; overflow:hidden; }

.content {
	height: 100%;
	width: 100%;
	position: relative;
}
.content h1 {
	position: absolute;
	left: 50%;
	margin-top: -100px;
	margin-left: 0px;
	top: 50%;
}
.content p {
	position: absolute;
	font-size: 12px;
	left: 50%;
	top: 50%;
	color: #333;
	margin-left:-180px;
	margin-top:-40px;
}
.content ul {
	position: absolute;
	width: 220px;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -100px;
}
.content ul li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
.content li a {
	color: #06C;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.content li a:hover {
	color: #F60;
}
