@charset "utf-8";
/* CSS Document */

div#title,
div#flashHolder,
div#legal
{
	border:0px dashed red;
}


html, body {
	margin:0;
	padding:0;
}
body {
	background-color:#fbdc91;
	background-image:url(images/backgroundBig.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
a {
	color:#000000;
}
div#flashHolder {
	width:640px;
	margin-left:auto;
	margin-right:auto;
}
div#title {
	background-image:url(images/title.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:54px;
    width: 990px;
	margin: 10px auto 20px auto;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/title.png');

}
div#legal {
	margin-top:20px;
	margin-left:250px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	color:#623c0a;
}
img#gamelogo {
	position:absolute;
	left:0;
	bottom:5px;
	width:252px;
}
div#legalText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
	background-color:#fbdc91;
	border:3px solid #CC6600;
	padding:20px;
}
div#legalText p {
	text-indent:15px;
}
div#legalText h2 {
	margin-top:0px;
}

