body {
 font-family: serif;
 font-size: 10pt;
 color: #ffffff;
 background-color: #000000;
 width: 100%;
 height: 100%;
}

#divLayout {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -501px;
 margin-top: -301px;
 width: 1000px;
 height: 599px;
 background-image: url(images/background.jpg);
 background-repeat: no-repeat;
 border: solid 1px #999;
}