/* CSS Document */
body, html{
		background-color:#ffffff;
		margin:0px;
		padding:0px;
		width:100%;
		height:100%;
		background-image:url(images/bg_site.jpg);
}

#wrapper{
		margin-top:auto;
		margin-bottom:auto;
		position:relative;
		width: 821px;
		height:662px;
		background-color:#ffffff;
		margin:0px;
}
#zero{
		z-index:100;
		width:100%;
		height:100%;
		margin:0px auto;
		background-color:#ffffff;
		text-align:center;
}
.VerticalAligner{
	margin:0px auto;
		vertical-align:middle;
		height:100%;
		}