body {
	background: url("imgs/bghome.jpg") ;
	background-position : center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	text-align: center;
}

#splash {
	position:absolute;
	top: 50%;
	left: 50%;
	width:650px;
	height:200px;
	margin-top: -100px; /*set to a negative number 1/2 of your height*/
	margin-left: -325px; /*set to a negative number 1/2 of your width*/
	border:0px solid #cc0000;
}