/* CSS Document */

body
{
font-family:Arial, Helvetica, sans-serif;
background-image: url(images/back.png);

margin-left: 10%;
margin-right: 5%;
margin-top: 0px;







}

.footer{
background-color:#000000;
height:35px;
vertical-align:middle;
background-repeat:no-repeat;
background-position:center;
background-image: url(images/footer.png);

}

.logo
{

background-image: url(images/LOGO.png);
background-repeat:no-repeat;
height:142px;
/*width:93%;*/
background-color:#000000;
}

.nav
{
background-color: #8f0000;
/*width:93%;
*/}
.content
{
background-color:#000000;
color:#FFFFFF;
border-bottom:thin;
border-bottom-style:double;
border-bottom-width:thin;
/*width:93%;*/



}

