body{
background-color:#000000;
	background-image: url(images/splash_bg.jpg);
	background-position:center center ;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin: 0px auto;
	padding: 0px;
}
img {
border:none;}

#box {
  z-index:2;
  position:absolute;
  top:50%;
  left:50%;
  width:430;
  height:420;
  margin-left:-215px;
  margin-top:-230px;
}
