/* CSS Document */
body {
background-color:#003366;
margin:0px;
padding:0px;
background-image:url(bg.jpg);
background-repeat:repeat-y;
background-attachment: fixed;
background-position:top;
}

