body {
margin:0; 
padding:0; 
height:100%;
background-color: #000000;
font-family: Verdana;
}
#top {
width: 100%;
height: 86px;
background-image: url(images/topbackround.jpg);
background-repeat: repeat-x; 
padding: 10px;
border-bottom: 1px solid #ffffff;
}
#top div {
padding: 0;
margin-top:0px;
}
#top a{
color:white;
}
#top img {
border:0;
}
#contact {
position: absolute;
margin-left:730px;
margin-top:0;
width:100px;
height:100px;
background-image: url(images/contact.gif);
background-repeat: no-repeat;
}
#about {
position: absolute;
margin-left:630px;
margin-top:0;
width:100px;
height:100px;
background-image: url(images/about.gif);
background-repeat: no-repeat;
}
#home {
position: absolute;
margin-left:540px;
margin-top:0;
width:100px;
height:100px;
background-image: url(images/home.gif);
background-repeat: no-repeat;
}
#login {
position: absolute;
margin-left:840px;
margin-top:0;
width:100px;
height:100px;
background-image: url(images/login.gif);
background-repeat: no-repeat;
}
.nounderline {
	text-decoration: none;
}

