img { 
	behavior:			url(iepngfix.htc) 
}

body {
	background-color:	#000000;		
	font-family:		Verdana;
	color:				#ffffff;
}

div#container {
	width:				916px;
	margin-left:		auto;
	margin-right:		auto;
	border:				solid 1px #ffffff;
	border-top:			none;
}

div#logo, div#logo img {
	width:				916px;
	height:				682px;
	border:				none;
}

div.block {
	width:				916px;
	height:				558px;
	background-image:	url('../images/block.jpg');
	background-repeat:	no-repeat;
	margin-bottom:		10px;
}

/* Bottom */
div.block .bot {
	height:				140px;
	padding-left:		12px;
	padding-right:		12px;
}

div.block .bot img {
	margin-top:			5px;
	padding-left:		11px;
	padding-right:		11px;
	display:			block;
	float:				left;
}

/* Top */
div.block .top {
	height:				414px;
}

/* Top left */
div.block .top .left {
	width:				572px;
	float:				left;
	height:				414px;
}

div.block .top .left img {
	margin-top:			11px;
	margin-left:		12px;
}

/* Top right */
div.block .top .right {
	width:				343px;
	float:				left;
	height:				414px;
}

div.block .top .right .wrapper {
	margin-top:			90px;
	margin-left:		20px;
	margin-right:		20px;
	height:				190px;
}

div.block .top .right h1 {
	font-weight:		normal;
	font-size:			17pt;
}

div.block .top .right p {
	font-size:			10pt;
	line-height:		12pt;
	margin-top:			10px;
}

div.block .top .right .buttons img {
	margin-left:		10px;
}

div.clear {
	clear:				all; 
	overflow:			hidden; 
	height:				1px;
}


div#footer {
	margin-top:			20px;
	width:				916px;
	margin-left:		auto;
	margin-right:		auto;
	font-size:			10pt;
	text-align:			center;
	height:				400px;
}

div#footer a.webmaster {
	color:				#ffffff;
}

div#footer a {
	text-decoration:	none;
}

div#footer a:hover {
	text-decoration:	underline;
}

div#footer a.foot {
	color:				#ffd700;
}

div#footer #disclaim {
	font-size:			8pt;
}