body{
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;


background-attachment : fixed;



background-color : #ddeeff;
}
a:hover{
color : red;
text-decoration : underline;
}
a{
color : black;
text-decoration : none;
}
#main{
background-color : white;
width : 800px;
height : inherit;
}

