/* CSS Document */

body, html{
	margin: 0px;
	padding: 0px;
	}

body {
	background:url(images/bg_tile.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	
	}
p {
	margin: 0;
	padding: 4px 2px 2px 2px;
	}
#logo {
	margin: auto;
	padding: 30px;
	}
#content {
	margin: auto;
	width: 450px;
	/* height: 270px; */
	background: #CBC9BB;
	border: #3E3E17 1px solid;
	}
#flashversion {
	float:right;
	padding:5px;
	width:248px;
	height:199px;
	text-algin: left;
	font-size: 10px;
	font-weight: 900;
	text-align:left;
	}
#left {
	float:left;
	padding:5px;
	width:180px;
	text-algin: left;
	font-size: 12px;
	}
#prep {
 background: #DDD9BC;
 border: #B5B39C 1px solid;
 padding: 4px;
}
.red {
	color: #990000;
	text-transform:uppercase;
	font-weight: 900;
	}
.redTitle{
	font-weight: 900;
	color: #990000;
	font-size: 16px;
	}
.prepTitle{
	font-size: 11px;
	}
#logos_container {
	margin-top: 20px;
	width:100%;
	background: #FFFFFF;
	}
#logos {
	margin: auto;
	}
#sponsors {
	width:740px;
	border-bottom: 1px dotted #000000;
	font-weight:900;
	text-transform:uppercase;
	font-size:10px;
	text-align:left;
	padding-left: 20px;
	margin: 4px auto;
	}
#light {
float:right;
margin-top:0px;
margin-left: 4px;
	}
#error {
	color:#f00;
	font-weight:bold;
	font-size:11px;
	width:200px;
	padding:0px;
	}
#pass {
	color:#090;
	font-weight:bold;
	font-size:11px;
	width:200px;
	padding:0px;
	}
#button {
	text-align:center;
	padding-top:8px;
	}
.bold {
	font-size:11px;
	font-weight:bold;
	}
	
#stats {
	text-align:right;
	font-size:10px;
	margin: 6px;
	color: #666;
	}
