* {
	margin:0;
	padding:0;
}
html {
	margin:0;
}
body {
	background-color:#E20B0B;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	height:100%;
}
#header {
	background-image:url(../images/header.png);
	margin-left: auto;
	margin-right: auto;
	width: 758px;
	height:191px;
}
#document_count {
	color:#090953;
	font-size:x-large;
	font-weight:bold;
	position:relative;
	text-align:center;
	top:140px;
	width:500px;
}
#game_bg {
	background-image:url(../images/game-bg.png);
	margin-left: auto;
	margin-right: auto;
	width: 758px;
	height: 419px;
}
#game_flash {
	width: 709px;
	height: 383px;
	position: relative;
	left: 28px;
	top: 16px;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 738px;
	height:209px;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	color: #000;
}
#footer .share {
	float: left;
}
#footer #buttons {
	margin-left: 130px;
}
#footer #buttons .facebook {
	background-image:url(../images/facebook.png);
	width:246px;
	height:56px;
}
#footer #buttons .twitter {
	background-image:url(../images/twitter.png);
	width:223px;
	height:56px;
}
#message {
	position: relative;
	top: 20px;
	clear: both;
	text-align:center;
	margin-top: 30px;
	font-size: small;
}