body{
text-align:center;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-position:top left;
background-attachment:fixed;
margin-top:0px;
background-color:#b7d9e0;
}

#container{
margin:auto;
width:780px;
min-width:780px;
background-color:#FFF;
}

#main{
position:relative;
margin:auto;
width:780px;
background-color:#FFF;
text-align:left;
top:20px;
padding-top:6px;
}

#top{
background-image:url(images/top.jpg);
background-repeat:no-repeat;
width:780px;
height:100px;
margin:0 auto 0 auto;
}

#pictures{
position:relative;
width:780px;
height:75px;
top:45px;
}

#footer{
position:relative;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
background-position:bottom center;
height:23px;
width:780px;
}
