@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

html, body, #main { height:100%; }
html, body { margin:0; padding:0; overflow:hidden; } 

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