/* CSS Document */

body {
margin: auto;
background-repeat: repeat-x;
background-image: url(images/background.gif);
background-postition: bottom center;
}

a:link{
font-size:19.5px;
color: white;
text-decoration:none;
}

a:visited{
font-size:19.5px;
color: white;
text-decoration:none;
}

a:hover{
font-size:19.5px;
color: #aebf4a;
text-decoration:none;
}


#link {
letter-spacing: 1px;
float: right;
padding-top: 5px;
padding-right: 10px;

}

#content {
margin: auto;
width: 713px;
}


