/* CSS Document */
body {
background-color: #ede8d4;
text-align: center;
height: 100%;
margin: 0 auto
}

#center {
position: absolute;
top: 50%;
left: 50%;
width: 914px;
height: 600px;
margin-left: -457px;
margin-top: -300px;
}
#container {
position: relative;
width: 914px;
height: 600px;
}
