body { 
background-color: #080F20; 
margin: 0;
padding: 0;
color: white;
background-image: url('images/backgrounf.jpg');
}
a {
color: #ff8400;
}
a:hover {
color: #ff8400;
text-decoration: none;
}
a:visited {
color: #ff8400;
}
h1{
color: #ff8400;
font-family: "Trebuchet MS";
font-size: 26px;
font-weight: bold;
}
img {
border: 0px;
}
.stars{
background-image: url('images/stars.jpg');
background-repeat: repeat-x;
table-border: 0px;
width: 100%; 
height: 247px;
margin: 0;
padding: 0;
}
.lights{
background-image: url('images/lights.jpg');
background-repeat: no-repeat;
background-position: left;
width: 100%;
height: 321px;
}
.magnifer{
background-image: url('images/magnifer.jpg');
background-repeat: no-repeat;
background-position: right;
width: 100%;
height: 279px;
}
.book{
background-image: url('images/book.jpg');
background-repeat: no-repeat;
background-position: left;
width: 100%;
height: 1079px;
margin-top: 50px;
}
.pen{
background-image: url('images/pen.jpg');
background-repeat: no-repeat;
background-position: right bottom;
width: 100%;
height: 1100px;
}
.mainlogo{
background-image: url('images/main_logo.png');
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 341px;
}
.pretext{
width: 60%; 
align: center;
font-family: "Trebuchet MS";
font-size: 20px;
margin-top: 25px;
font-weight: normal;
}
.dwnmenu{
width: 100%;
height: 560px; 
align: center;
font-family: "Trebuchet MS";
font-size: 24px;
margin-top: 25px;
font-weight: normal;
text-align: center;
background-image: url('images/bottom.jpg');
background-repeat: repeat-x;
background-position: center top;
margin-top: 400px;
padding-top: 120px;
}