/* CSS Document */

body {

margin:0px 0px 0px 0px;
background-color:#FFCC00;
background-image: url(img/fundo.jpg);
background-repeat:no-repeat;
background-position:top center;
background-attachment:scroll;

}

#main {

width:800px;
height:600px;
margin-top:-300px;
margin-left:-400px;
top:50%;
left:50%;
position:absolute;

}
