body {background-color: #fff; text-align: center; margin: 0px}
#container {
position: relative;
width: 830px;
height:880px;
background-color:black;
color: black;
margin-top: 5px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}
#logo {
position: absolute;
left: 0px;
top: 0px;
width: 420px;
height: 100px;
background-color: black;
background-image:url('../images/logo.gif');
background-repeat: no-repeat;
background-position: 20px 30px;
}
#rightbox {
position: absolute;
left: 445px;
top: 0px;
width: 385px;
height: 880px;
background-color: black;
background-image:url('../images/main.jpg');
background-repeat: no-repeat;
background-position: 0px 20px;
}
.box {
position: absolute;
left: 0px;
top: 0px;
}

#mainbox {
position: absolute;
left: 5px;
top: 110px;
width: 435px;
height: 700px;
background-color:white;
}
#maintxt {
padding: 15px;
}
#footer {
position: absolute;
left: 0px;
top: 815px;
padding: 0px 0px;
width: 830px;
height: 40px;
background-color: #E3B5D9;
background-position: 0px 20px;
font-size: 10px;
color: white;
text-align: center;
}
p {font-family:arial,verdana;}
.purpletext {color:#A91A86;font-weight:bold;}
.bigtext {font-weight:bold;font-size:150%}
.uline	{text-decoration: underline;}
.tbox {font-family: arial,verdana;font-size: 15px; }