body {
background: #000;
margin: 0px;
padding: 0px;
font-family: "Georgia";
}

#curtains {
background: url('images/curtain.gif') repeat-x bottom;
height: 75px;
line-height: 50px;
color: white;
text-align: center;
}

#curtains h1 {
margin: 0px;
padding: 0px;
}

#main {
width: 799px;
height: 433px;
margin: auto;
position: relative;
background: url('images/main.gif');
}

#main p {
margin: 12px 0px;
}

#content {
width: 379px;
height: 216px;
margin: auto;
position: absolute;
overflow: auto;
top: 34px;
left: 200px;
padding: 10px;
}

#navigation #one {
position: absolute;
width: 47px;
height: 53px;
background: url('images/man3_off.gif');
top: 256px;
left: 192px;
z-index: 900;
text-decoration: none;
}
#navigation #one:hover { background: url('images/man3_on.gif'); }

#navigation #two {
position: absolute;
width: 71px;
height: 75px;
background: url('images/man1_off.gif');
top: 273px;
tosdfsdfp: 257px;
left: 278px;
z-index: 900;
text-decoration: none;
}
#navigation #two:hover { background: url('images/man1_on.gif'); }

#navigation #three {
position: absolute;
width: 50px;
height: 83px;
background: url('images/man2_off.gif');
top: 281px;
left: 473px;
z-index: 900;
text-decoration: none;
}
#navigation #three:hover { background: url('images/man2_on.gif'); }

#navigation #four {
position: absolute;
width: 37px;
height: 56px;
background: url('images/man4_off.gif');
top: 261px;
left: 604px;
z-index: 900;
text-decoration: none;
}
#navigation #four:hover { background: url('images/man4_on.gif'); }

#navigation a em {display: none;}

#navigation span { 
position: relative; 
top: 30px;
font-size: 12px;
width: 100%;
text-align: center;
color: white;
text-decoration: none;
font-weight: 900;
}

#navigation a:hover em {
background: url('images/tooltip.gif');
display: block;
padding: 35px 20px 20px 20px;
position: relative; 
top: 42px; 
left: -90px;
width: 250px;
height: 73px;
margin: 10px; 
z-index: 999;
color: black;
font-family: "Georgia";
font-size: 14px;
font-weight: 900;
}

#rope {
background: url('images/rope.gif');
height: 142px;
position: relative;
top: -40px;
}

.none {
display: none;
}
