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

body
{
	background-image:url(/images/splash/bgTile.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.container
{
	width:907px;
	margin:30px auto 0px auto;
}

.top
{
	width:907px;
	height:160px;
	display:block;
}

.main
{
	width:907px;
	background-image:url(/images/splash/bg.jpg);
	background-repeat:no-repeat;
}

	.left
	{
		float:left;
		width:291px;
	}
	
		.btns
		{
			width:223px;
			margin:0px auto;
		}
		
		.btns img
		{
			margin:0px 0px 22px 0px;
		}
	
	.right
	{
		float:left;
		width:616px;
		padding:5px 0px 0px 0px;
	}
	
		.right p
		{
			width:474px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#8d989e;
			line-height:30px;
			font-weight:bold;
			margin-bottom:33px;
		}
		
		.red
		{
			color:#ee3024;
		}
		
		.footer
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#8d989e;
			line-height:20px;
			padding-top:30px;
		}
	
		