body,html
{
	width	: 100%;
	height	: 100%;
	margin	: 0;
	padding	: 0;
	
}

body
{
	color		: #000;
	font-family	: tahoma,verdana;
	font-size	: 14px;
	background	: #F1F2E4;
}

a
{
	color		: #bb2f07;
}

a:hover
{
	text-decoration	: none;
}

div#distance
{
	margin-bottom: -154px; /* half of content height */
	width: 1px; /* required to "hide" distance div */
	height: 50%;
	float: left;
}


#wrapper
{
	height : 308px;
	background : url('../media/images/bg.gif') repeat-x;
	position: relative;
	margin: 0 auto;
	clear: left;
}

#footer
{
	width	: 800px;
	margin	: 15px auto 0 auto;
	padding-left: 200px;
	font-size	: 25px;
	font-family : Cambria, Calibri, Georgia;
}

#content
{
	width	: 900px;
	margin	: 0 auto;
	height : 308px;
}

#content a.logo
{
	display		: block;
	float		: left;
	background 	: url('../media/images/logo.png') no-repeat;
	width		: 419px;
	height		: 131px;
	margin		: 80px 0 0 0;
	text-indent	: -9999px;
}

#flash_bg
{
	display		: block;
	float		: right;
	background  : url('../media/images/flash_bg.png') no-repeat;
	width		: 413px;
	height		: 517px;
	margin-top	: -98px;
}

#flash
{
	height	: 499px;
	width	: 387px;
	margin  : 12px 0 0 12px;
}