/*------------------------MAIN SITE LAYOUT-----------------------*/


body{
background-image:url('image/background.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
} 

p{
width:800px;
margin-left:auto;
margin-right:auto;
}


/*--------------------HEADER & FOOTER LAYOUTS--------------------*/


.header img{
 display:block;
 margin-left:auto;
 margin-right:auto;
 position:relative;
 top:30px;
 z-index:2;
}

#topmenu{
 margin-top:40px;
 margin-bottom:30px;
 text-align:center;
}

#topmenu a{
 color:#666;
 font-size:0.8em;
 letter-spacing:5px;
 text-decoration:none;
 margin-left:20px;
 margin-right:20px;
 padding-top:20px;
 padding-bottom:20px;
 padding-left:30px;
 padding-right:30px;
}

#topmenu a:hover{
 color:#f00;
 font-size:0.8em;
 letter-spacing:5px;
 text-decoration:underline;
 margin-left:20px;
 margin-right:20px;
 padding-top:20px;
 padding-bottom:20px;
 padding-left:30px;
 padding-right:30px;
}

hr{
 height:1px;
 border:0;
 color:#ccc;
 background-color:#ccc;
 width:90%;
}