body{
margin:0;
padding:0;
font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
font-size: 10px;
color: #666666;
text-align: center;
background: #9cca41;
}

#maincontainer{
width: 500px;
height: 100%;
margin: 0 auto;
background: #f5faec;
}

#maincontainer a{
color: #9cca41;
text-decoration: none;
}
#maincontainer a:hover{
color: #666666;
text-decoration: none;
}

.txtg{
font-size: 15px;
font-weight: bold;
}
