BODY {
	margin:0px 0px 0px;
	padding:0px;
}
ul {
    list-style:none;
}
li {
    font-size:12px;
}
a {
    color:#fff;
    text-decoration:underline;
    font-size: 12px;
}
img {
    vertical-align: middle;
}
#main {
    margin-left:auto;
    margin-right:auto;
    width: 570px;
}
#wrapper {
    border:0px;
    margin-top: 20%;
    padding:0px;
    font-family: Geneva,Tahoma, Arial;
    color:#fff;
    font-size:14px;
    width: 566px;
    background-image: url('images/divbody.png');
    background-repeat: repeat-y;
    background-position: center bottom;
}
#wrapper .header {
    margin:0px;
    padding:0px;
    height: 20px;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    overflow:hidden;
}
#wrapper .divbody {
    padding: 0px;
    line-height:16px;
    font-size:12px;
    background-image: url('images/divbody.png');
    background-repeat: repeat-y;
    background-position: center bottom;
    margin-top:0px;
    margin-bottom: 0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:37px;
    padding-right:30px;
    overflow:hidden;
}
.divbody p{
    margin-top: 4px;
    text-indent: 16px;
}
#wrapper .footer {
    margin:0px;
    padding:0px;
    height:24px;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: center top;
    overflow:hidden;    
}
