/* CSS Document */
.body_background {background-color:#000000;
}

div#logo {background-image:url(../images/5WP_logo.jpg);
background-color:#000000;
background-repeat: no-repeat;
position: absolute;
top: 15px;
left: 15px;
height: 200px;
width: 200px;
z-index: 2;
}

div#textbox {background-image:url(../images/TextBox_background.jpg);
background-color:#000000;
background-repeat: no-repeat;
position: absolute;
top: 225px;
left: 225px;
height: 1200px;
width: 800px;
z-index: 2;
}

div#textbox_internal_border {background-image:url(../images/TextBox_internal_border.jpg);
background-repeat: no-repeat;
position: absolute;
top: 1285px;
left: 225px;
height: 5px;
width: 800px;
z-index: 3;
}

div#footer_box {position:absolute;
top: 1290px;
left: 245px;
height: 125px;
width: 760px;
text-align:center;
z-index: 3;
}

div#navigation_sidebar{background-image:url(../images/navigation_sidebar.gif);
background-color:#000000;
background-repeat: no-repeat;
position: absolute;
top: 225px;
left: 15px;
height: 680px;
width: 200px;
z-index: 2;
}

div#home_button {position: relative;
top: 20px;
left: 15px;
height: 28px;
width: 170px;
text-align:center;
z-index: 3;
}

div#current_button {position: relative;
top: 50px;
left: 15px;
height: 50px;
width: 170px;
text-align:center;
z-index: 3;
}

div#join_button {position: relative;
top: 80px;
left: 15px;
height: 30px;
width: 170px;
text-align:center;
z-index: 3;
}

div#about_button {position: relative;
top: 80px;
left: 15px;
height: 30px;
width: 170px;
text-align:center;
z-index: 3;
}

div#playwriting_button {position: relative;
top: 110px;
left: 15px;
height: 50px;
width: 170px;
text-align:center;
z-index: 3;
}


