body{
background-color: black;
background-image: url(images/background.png);
font-family: arial, verdana, sans-serif;
color: black;
}

.normal{
text-decoration: none;
color: white;
}

.normal:hover{
color: #646464;
}



#wrapper{
text-align: center;
position: relative;
margin: 0px auto;
width: 910px;
}


#main{
position: relative;
background-image: url(images/Web-Width.jpg);
background-position: top center;
background-repeat: no-repeat;
text-align: left;
width: 910px;
height: 560px;
margin: -8px auto;
padding: 0px 10px;
border: none;
color: black;
font-size: 12px;
}

#header{
position: absolute;
margin: 180px 50px;
text-align: left;
font-size: 20px;
color: #dadada;
font-weight: 100;
}

.navbar{
font-size: 15px;
background-image: url(images/navcircle.jpg);
background-position: center center;
background-repeat: no-repeat;
position: relative;
top: 9px;
padding: 11px;
text-decoration: none;
color: #cbcbcb;
}

.navbar:hover{
color: white;
background-image: url(images/navcircleover.jpg);
background-position: center center;
background-repeat: no-repeat;
}

.navbarcurrent{
font-size: 15px;
background-image: url(images/navcirclecurrent.jpg);
background-position: center center;
background-repeat: no-repeat;
position: relative;
top: 9px;
padding: 11px;
text-decoration: none;
color: black;
cursor: default;
}

#words{
position: absolute;
margin: 250px 50px 10px 50px;
width: 450px;
text-align: justify;
line-height: 16px;
font-size: 12px;
}

#image{
position: absolute;
bottom: -3px;
right: 60px;
}

.next{
color: #476e92;
font-size: 11px;
text-decoration: none;
margin: 0px 30px;
}

.next:hover{
color: #343434;
font-size: 11px;
text-decoration: none;
margin: 0px 30px;
}

#backnext{
position: absolute;
left: 40px;
bottom: 30px;
}

a img{
position: relative;
vertical-align: bottom;
border: none;
padding: 0px 5px;
}

.bluetext{
color: #4b5156;
font-size: 19px;
position: relative;
top: 2px;
}

#footer{
position: absolute;
left: 50%;
margin-left: -200px;
top: 580px;
color: white;
font-size: 10px;
}

.footerlink {
width: 155px;
height: 16px;
color: #343434;
text-decoration: none;
background-image: url(images/contactbutton.gif);
background-repeat: no-repeat;
background-position: top center;
padding: 6px 50px;
border: none;
}

.footerlink:hover{
color: black;
background-image: url(images/contactbuttonover.gif);
background-repeat: no-repeat;
background-position: center middle;

}

.hideit{
display: none;
}