@charset "utf-8";

html, body {
	height: 100%;
}
html, body, #container, #header, #mainContent, #footer, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	
	background-color: #fff9ec;
}
img {
	border-width: 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #b6b6b4;
}
a.enter {
	font-size: 15px;
}
#container {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 50%; 
	left: 50%; 
	width: 760px;
	min-height: 600px;
	height: 580px;
	margin-top: -290px; /* -(Half the height) */
	margin-left: -380px; /* -(Half the width) */
	
}
#mainContent {
	width: 100%;
}
#mainContent p {
	padding: 1em 0px;
	margin-left:15px;
	width: 300px;
}
.clear {
	clear: both;
}
#description, #description a {
	font-size: 7px;
	color: #fff9ed;
}