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

/* CSS Document */

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}

body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#container {
	background-color: #FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	height:560px;
	margin-left:-350px;
	margin-top: -280px;
	border: none;
}

#header {
	background-color: #FFFFFF;
	position:static;
	width:700px;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
	background-color: #FFFFFF;
	position:static;
	width:700px;
	height:160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	background-color: #FFFFFF;
	position:static;
	width:700px;
	height:70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: bottom;
	line-height: 20px;
}
