div#middle{
background-image: url('/graphics/genericbackground.jpg');
height:517px;
width:760px;
margin-left: auto;
margin-right: auto;
}
div#middle div#content{
padding: 5px;
}
div#middle div#content h2{
margin-top:0px;
}
div#bottom{
position:relative;
top:-40px;
text-align: center;
}
div#bottom img#top{
position:absolute;
top:0px;
left:0px;
width:760px;
height:127px;
}
div#bottom img#left{
position: absolute;
top:127px;
left:0px;
height:66px;
width:325px;
}
div#bottom img#right{
position:absolute;
top:127px;
left:399px;
width:361px;
height:66px;
}
div#bottom img#bottom{
position: absolute;
top:193px;
left:0px;
width:760px;
height:70px;
}
div#bottom a#reg{
background-image:url("/graphics/joinbuttonnormal.jpg");
position:absolute;
top:127px;
left:325px;
width:74px;
height:66px;
z-index: 2;
}
div#bottom a#reg:hover{
background-image:url("/graphics/joinbuttonselected.jpg");
}
