/* CSS Document */


body {
margin-top: 200px;
max-width: 100%;
height: auto;
background-color:#fdfd96 url() no-repeat center top;
margin:0 auto;
}

#container {
width:100%;
max: width 800px;
height: auto;
text-align: center;
background-color:#fdfd96;
margin: 0 auto;
}

img {
    margin-top: 200px;
    max-width: 1000px;
    height: 800px;
    display: block;
    margin: 0 auto;
}





