body{
margin: 0 auto;
font-family: "Arial";
background-color:#ffffff;
width:900;
height:100%;
background:url(Images/background.png) center repeat-y;
}

#head{
margin:0 auto;
background:url(Images/header.png) no-repeat;
height:175px;
width:947px;
}

#head ul{
list-style: none;
padding: 0;
margin: 0 auto;
width:900px;

}
#head li{
float: left;
}



#head li a{
margin-top:-16px;
width:95px;
background: url(Images/bttn.png) no-repeat;
height:50px;
padding-top:35px;
display: block;
text-align: center;
text-decoration:none;
font-family:comic sans ms;
color:#000066;

}

#head li a:hover{
background: url(Images/bttnhover.png) no-repeat;
padding-top:25px;
height:65px;
}

#head li.selected a{
background: url(Images/bttnhover.png) no-repeat;
padding-top:25px;
height:65px;

}



#submenus{
clear:left;
margin:-50px auto;;
height:15px;
width:900px;
padding-bottom:100px;
}
#submenus a{
text-decoration:none;
height:15px;
color:#000000;

}

#main{
margin:0 auto;
width:100%;
color:#000000;
}

#middle{
margin:0 auto;
width:700px;
padding-top:5px;
padding-bottom:5px;
padding-left:25px;
padding-right:25px;
background:url(Images/mainmiddle.png) center repeat-y;
list-style:none;
}
 
#mainfirst{
height:10px;
background:url(Images/maintop.png) center no-repeat;
list-style:none;
   width:100%;

}
#mainlast{
height:15px;
background:url(Images/mainbottom.png) center no-repeat;
list-style:none;
   width:100%;
}



#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background: url(Images/Footer.png);
}