body 
{
	background-color: #301e07;
	background-image: url( ../images/splash/body-bg.jpg );
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

div#wrapper
{
	background-image: url( ../images/splash/background.jpg );
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 535px;
	text-align: center;
}

div#container
{
	width: 759px;
	margin: 0px auto;
}

div#symetriclogo
{
	margin-top: 30px;
}

div#links
{
	width: 470px;
	margin: 60px auto 0px auto;
}

div#flashsite
{
	float: left;
}

div#htmlsite
{
	text-align: right;
}

div#awardstitle
{
	clear: both;
	margin-top: 120px;
}

div#awards
{
	width: 759px;
	margin: 15px auto 0px auto;
}

div#text
{
	font-size: 9pt;
	font-family: Times New Roman, Times, serif;
	color: #fefefe;
	width: 759px;
	margin: 50px auto 0px auto;
}

div#text p
{
	margin-bottom: 5px;
}

div#leftText p, div#rightText p
{
	margin: 0px;
	color: #fbead2;
}

div#leftText
{
	float: left;
	width: 385px;
	text-align: right;
	margin-right: 20px;
}

div#leftText a
{
	color: #fbead2;
	text-decoration: none;
}

div#rightText
{
	text-align: left;
}

a img
{
	border: none;
}

.stupidCSSBugFix
{
	height: 1px;
	clear: both;
	margin: 0px;
}

