*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #000000;
	font-family: "Tahoma";
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
}
a, a:visited {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0 none;
	vertical-align: middle;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
#header {
	background: url(images/header.png) top left repeat-x;
	width: 100%;
	height: 140px;
	text-align: center;
}
h1 {
	display: none;
	visibility: hidden;
}
#logo {
	background: url(images/logo.png) top center no-repeat;
	width: 430px;
	height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.info, .info a {
	font-weight: bold;
}
#center {
	width: 580px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h2 {
	margin-top: 10px;
	color: #f9d436;
	font-size: 14px;
}
.addthis_toolbox {
	width: 310px;
	margin: 20px auto 0;
}
.enter, .enter:visited {
	background: url(images/enter.png) top center no-repeat;
	width: 330px;
	height: 56px;
	display: block;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-size: 34px;
	font-weight: bold;
	line-height: 54px;
}
#bottom {
	width: 800px;
	height: auto;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	text-align: center;
}
#websites {
	width: 680px;
	height: 32px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	list-style-position: inside;
	line-height: 28px;
}
#websites li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
