body{margin:10px;
background-color:#000000;
}


#contentholder{

position:relative;
background-color:#372C31;
text-align:left;
height:100%;
width:800px;
border-style:solid;
border-width:1px;
border-color:#d3a2e2;
}



#topbanner{

position:absolute;
background-image:url(images/banner.jpg);
top:0px;
left:0px;
height:100px;
width:100%;
border-style:solid;
border-width:0px;
border-color:#EA056B;
z-index:25;
}


#navigation{

position:absolute;
background-image:url(images/headerbg.jpg);
top:100px;
left:0px;
height:20px;
width:100%;
}




#footer{

position:absolute;
background-image:url(images/footerbg.jpg);
background-repeat:repeat-x;
height:20px;
width:100%;
bottom:0px;
left:0px;
z-index:11;
}


.footertext{

position:relative;
top:10px;
align:center;
font-size:11;
font-family:arial,tahoma,sans-serif;
color:#d3a2e2;
}


a:link{
color:#EA056B;
text-decoration:underline;

}

a:visited{
color:#C11461;
text-decoration:underline;

}

a:hover{
color:#E15192;
text-decoration:none;

}