
body {
    background-color: #096;
    background-image:url(../img/bg1.jpg);
    background-repeat: repeat-xy;
    margin: 0;
    text-align: center;

}

A:link{color:#FFFFFF; text-decoration: none}
A:visited {color:#FFFFFF; text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

div#wrapper{
width: 950px;
margin: 30px auto;
text-align: left;
}
div#header{
background-image:url(../img/pix.gif);
margin: 15px 0 0 0;
width: 950px;
height: 150px;
}
div#menu{
width: 950px;
background-color: #692D0B;
}
div#content{
width: 890px;
padding:30px;
background-image:url(../img/pix.gif);
}
div#footer{
width: 950px;
height: 50px;
background-image:url(../img/pix.gif);
line-height: 30px;
font:12px 'Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif;
letter-spacing:0.3em;
text-align: center;
color: #FFFFFF;
}
.clear{
clear: both;
}