html, body{
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}
body{
	background-color: #ffffff;
	display:table;
}
#wrapper {
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#content {
	width:400px;
	height:528px;
	margin:auto;
	text-align:left;
	background: url(../img/disturb1.jpg);
    zoom:1.0;
    margin-top:expression(((this.parentNode.offsetHeight-this.offsetHeight)/2) + "px");
}