body {
background: #DFDFDF;
font-family: verdana;
}
#main,#logo,#menu,#content,#foot {
position : absolute;
left : 50%;
top : 50%;
}
#main {
width : 600px;
height: 380px;
margin-left : -350px;
margin-top : -190px;
background-image: url(back.jpg);
}
#logo {
width : 400px;
height: 35px;
margin-left : -340px;
margin-top : -230px;
border: 0px;
}
#foot {
margin-left : -340px;
margin-top : 185px;
font-size: 7pt;
color: #B1B0B0;
width: 600px;
}
#menu {
width: 180px;
height: 295px;
margin-left : -280px;
margin-top : -170px;
padding: 5px;
font-size: 7.5pt;
color: #6E6B6B;
}
#content {
width: 295px;
height: 295px;
margin-left : -40px;
margin-top : -150px;
padding: 5px;
font-size: 7.5pt;
color: #6E6B6B;
text-align: justify;
}
h1 {
color: #B2CA2C;
font-size: 9pt;
margin-bottom: 5px;
}
#foot span {
margin-left: 330px;
position: relative;
bottom: 10px;
}
#menu big {
font-size: 7.5pt;
color: #B2CA2C;
margin-top: 15px;
display: block;
}

#menu small {
display: block;
font-size: 6.5pt;
margin-left: 7px;
margin-top: 3px;
}

#menu a {
color: #6E6B6B;
text-decoration: none;
}

img {
border: 0px;
}
