/*body{
 	margin:0px;
  	padding:0px;
	background-color:#FFFFFF;
	background:#fff url(bg.jpg) no-repeat center;
}
#page{

width:100%;
text-align:center;
height:700px;
position:absolute;
top:50%; 
margin-top:-400px;
}*/

body{
 	margin:0px;
  	padding:0px;
	background-color:#FFFFFF;
	background:#fff url(bg.jpg) no-repeat center;
}
#page{

width:100%;
text-align:center;
height:100%;
background:#fff url(bg.jpg) no-repeat center;
position:absolute;
top:50%; 
margin-top:-400px;
}

