/* CSS Document */

body{
backround color:#FFFFFF
background-position:top left;
background-repeat:no-repeat;
background-attachment:fixed;
}

#container{
position: relative;
width: 100%;
}
#main{
position:relative;
top: 50px;
}