body {
background-image : url(images/backgroundstars.png);
background-repeat : repeat;
}

a {
color : gray;
text-decoration : none;
}

a:hover {
color : black;
text-decoration : none;
}

.topmenu {
position : absolute;
left : 125px;
top : 15px;
border-bottom : thin solid black;
color : gray;
font-family : sans-serif;
text-align : left;
text-transform : uppercase;
word-spacing : 10px;
}

.tagline {
position : absolute;
top : 55px;
left : 195px;
color : gray;
font-family : Helvetica;
letter-spacing : 8px;
word-spacing : 2px;
font-size : 275%;
text-align : center;
}

.bodybox {
position : relative;
left : 350px;
top : 130px;
background-image : url(images/textbox.png);
background-repeat : no-repeat;
width: 377px;
height: 435px;
padding: 2px 5px 5px 5px;
}

.clsfooter {
position : absolute;
top : 768px;
left: 125px;
}
