/* CSS Document */

html {
	height: 100%;
	
} 
body {
	background-color:#ffffff;
	background-image:url(../img/bg.jpg);
	margin:0px 0px 0px 0px;
}
.box{
	z-index: 1;
	width:760px;
	height:auto;
	left:50%;
	margin-left:-380px;
	position: absolute;
	margin-top:60px;
	
	
}