.x{this sets the menu items to be clickable - so they do not show all the time!}
#menu1 { display : none }
#menu2 { display : none }
#menu3 { display : none }
#menu4 { display : none }
#menu5 { display : none }
#menu6 { display : none }
#menu7 { display : none }
#hiddrwtxt {color:white; onmouseover="return overlib('Click to see described drawing', ABOVE);" onMouseOut="nd();"}


.x{This sets the code for the link texts on the page}
a:link {color:red; text-decoration:none}
a:visited {color:grey; text-decoration:line-through}
a:hover {color:blue; text-decoration:underline}


.x{This povides the information for the divs I will be using}
.derkhomepage { 
position:absolute; 
top:200px; 
left:50%; 
margin-left:-517px;
width:1035px; 
height:750px; 
z-index:1; 
padding:0px; 
border: 0px solid black; 
background-color:transparent;
background-image:url(http://i15.photobucket.com/albums/a400/openedeyes02/line2blue.jpg);
}
.init;;;div { 
position:absolute; 
top:3px; 
left:3px; 
width:688px; 
height:700px; 
z-index:2; 
padding:0px; 
border: 0px solid white; 
background-color:transparent;
background-image:url(http://www.geocities.com/opened_eyes2001/css/*);
}
.commentdiv { 
position:absolute; 
top:950px; 
left:50%; 
Margin-left:-325px;
width:650px; 
height:750px; 
z-index:2; 
padding:0px; 
border: 0px solid white; 
background-color:transparent;
background-image:url(http://i15.photobucket.com/albums/a400/openedeyes02/backgroundderksite-1.png);
}

table.comment
{ text-align: center;
font-family: Papyrus;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 500px;
background-color: white;
border: 1px black solid;
border-collapse: collapse;
border-spacing: 0px;}


.commenttitlename
{ border-bottom: 1px solid black;
background-color: #00688B;
width:200px;
text-align: center;
font-family: Papyrus;
font-weight: bold;
font-size: 15px;
color: white;}

.commenttitlecomment
{ border-bottom: 1px solid black;
background-color: #00688B;
width:300px;
text-align: center;
font-family: Papyrus;
font-weight: bold;
font-size: 15px;
color: white;}

.commentareaname
{ border-bottom: 1px solid black;
background-color: *;
width:200px;
text-align: center;
font-family: Papyrus;
font-weight: bold;
font-size: 20px;
color: #00688B;}

.commentareacomment
{ border-bottom: 1px solid black;
background-color: *;
width:300px;
text-align: center;
font-family: Papyrus;
font-weight: normal;
font-size: 20px;
color: #00688B;}

table.main
{ text-align: center;
font-family: Papyrus;
font-weight: normal;
font-size: 11px;
width: 1050px;
height: 700px;
background-color: transparent;
border: 0px white solid;
border-collapse: collapse;
border-spacing: 0px;}

table.init
{ text-align: center;
font-family: Papyrus;
font-weight: normal;
font-size: 11px;
width: 710px;
height: 750px;
background-color: transparent;
background-image:url(http://i15.photobucket.com/albums/a400/openedeyes02/bloodbackground.png);
border-collapse: *;
border-spacing: 0px;}

table.comm
{ text-align: center;
font-family: Papyrus;
font-weight: normal;
width: 700px;
height: 750px;
background-color: transparent;
background-image:url(http://i15.photobucket.com/albums/a400/openedeyes02/backgroundderksite-1.png);
border: 0px white solid;
border-spacing: 0px;}



body
{background-image:url(http://i15.photobucket.com/albums/a400/openedeyes02/background-2.jpg);
background-repeat:no-repeat;
background-position:center top;
background-color:000000;
}