body {
font-family : Verdana, Helvetica, Arial, sans-serif, bold;
background : url(../images/bg2.png);
background-color : white;
font-size : 11px;
color : black;
margin : 0;
padding: 0; 
line-height : 20px;

}



a {
color : #090c2d;
text-decoration : none;
}

a:hover {
color : #66981d;
text-decoration : none;
}


#bg {
position: absolute;
background : url(../images/bg.png) repeat-x;
width: 100%;
left: 0px;
text-align: left;
height: 250px;
top:0px;
border-top: 1px solid #66981d;
}

#bgheader {
position: absolute;
background : url(../images/bgheader.png) no-repeat;
width: 100%;
left: 0px;
background-position: top center;
text-align: left;
height: 240px;
top:0px;
border-top: 1px solid #66981d;
   /* half of height */
}

#container {
position: relative;
background : transparent;
width: 750px;
left:50%;
margin-left: -375px;
text-align: left;

}

#logo {
position: relative;
background : url(../images/logo.png) no-repeat;
width: 224px;
height: 53px;
left:10px;
margin-top: 80px;

}

#menu {
position: relative;
background : transparent;
height: 50px;
background-position: top center;
margin-top: 10px;

}

#menupoints {
position: absolute;
height: 30px;
text-align:right;
top: 8px;
right: 10px;
font-size: 13px;
color:white;
}

#content {
position: relative;
background : white;
background-position: top center;
border-bottom: 10px solid #77a138;
padding: 10px;
opacity: 0.8;

}
