



body {
    background-color: #02874d;
    margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}

#center
{
width: 456px;
height: 627px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -228px;
margin-top: -313px;
} 

