/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 10px 0px;
	background-color: #380f10;
	background-image: url("/images/common/background_tile.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #ffffff;
}

p {
	margin: 0px 0px 5px 0px;
}

a {
	color: #ffffcc;
	text-decoration: underline;
}

a:visited {
	color: #ffffcc;
	text-decoration: underline;
}

a:hover {
	color: #ffff00;
	text-decoration: underline;
}

/*
Misc positioning elements
-------------------------
*/

#FullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
}

#GameArea {
	display: block;
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#Game {
	margin: 0px 0px 30px 0px;
}