* {
margin:0;
padding:0;
}
html, body, #bg, #bg table, #bg td, #cont {
height:100%;
overflow:hidden;
width:100%;
}
#bg {
position:fixed;
}
#bg div {
height:100%;
//left:-50%;
position:absolute;
//top:-50%;
width:100%;
}
#bg td {
text-align:center;
vertical-align:middle;
}
#bg img {
margin:0 auto;
min-height:50%;
min-width:50%;
}
#cont {
left:0;
overflow:auto;
position:absolute;
top:0;
z-index:70;
}
.box {
background:none repeat scroll 0 0 white;
font:14px/2.8 Georgia,Serif;
margin:0 auto;
padding:50px 50px 100px;
width:400px;
}
		
 