body{
	margin:0px;
	/*background-image:url('../images/splashbg.png');*/
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
}

img{
	border:0px;
}

#splashbox{
	width:924px;
	padding-top:212px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
	color:#666666;
	font-family:arial;
	font-size:10px;
}

#splashbox #leftframe{
	padding-left:20px;
	width:500px;
	float:left;
}

#splashbox #rightframe{
	float:left;
	padding-left:20px;
	width:380px;
	height:480px;
}

#splashform{
	overflow:hidden;
}

#splashform input{
	display:block;
	float:left;
	background-color:#ecf0f5;
	border:1px solid #b9bdc1;
	padding:12px;
	margin-right:20px;
	margin-bottom:20px;
	color:#666666;
}

#updates{
	clear:left;
	font-size:10px;
}

#updates label{
	padding-right:20px;
}

#splashform #updates input{
	float:none;
	display:inline;
	margin:0px;
}

#social{
	height:78px;
	padding-top:20px;
}

#social a{
	display:block;
	float:left;
	padding-left:28px;
}

#social a:first-child{
	padding-left:0px;
}
