*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #000000;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
a, a:visited {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0 none;
	vertical-align: middle;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
div.body {
	background: #000000;
	width: 680px;
	height: auto;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}
#logo {
	background: #000000;
	width: 100%;
	height: auto;
	min-height: 50px;
	padding-top: 20px;
}
#logo h1 {
	display: none;
	visibility: hidden;
}
#center {
	background: #000000;
	width: 100%;
	height: 100%;
	min-height: 200px;
	margin-top: 40px;
	text-align: center;
	list-style-position: inside;
}