

html{
   height:100%;
}
 

body{
   height:100%;
   margin:0;
   padding:0;
   text-align: center;
   
   color:#fff;
   background:#333 url("images/background.gif");
   font-family:Tahoma,Geneva,Kalimati,sans-serif;
}


h1{
   margin:0;
   padding:0;
   font-weight: normal;
}


.header{
   height:112px;
   background:url("images/header.jpg") no-repeat;
}
  
.pagecontainer{
   width:800px;
                   margin-left: auto;
                margin-right: auto;

   margin-top:-85px;
}

.title{
   margin:0 auto;
}
    

.menu{
   width:800px;
   margin-top:20px;
}

.menu ul{
   list-style-type:none;
} 

.menu li{
   display:inline;
} 

.menu a{
   float:left;
   width:110px;
   height:50px;
   margin-right:2px;
   text-decoration:none;
   color:#fff;
   background:url("images/menutab.jpg") no-repeat;
   background-position: 0px 10px;
   line-height:50px;
   vertical-align:middle;
} 

.menu a:hover{
   line-height:30px;
   background-position: 0px 0px;
}
    

.unitycontainer{
}
 

.footer{
   width:800px;
   height:100px;
   float:right;
   text-align: right;
}

.footer p{
   margin:0;
   padding:0;
   font-size:10;
   color:#ccc;
}

