body {
background-color: #005500;
background-image: url('menu/page2_ppa2.jpg');
background-repeat: no-repeat;
background-position: top;
/*background-attachment: fixed;*/
font-family: arial, verdana, helvetica;
font-size: .9em;
color: black;}


#container  {
width: 900px;
margin: 0 0 0 0 auto;
} 


table.putit {
position: absolute;
top: 350px;
left: 220px;
margin: auto;
}



#disjointedText {
position:relative;
margin:4em auto;
list-style:none;
}

#disjointedText dd {
padding:0 1em;
width:13em;
}
#disjointedText a {
display: block;
text-decoration:none;
text-align:center;
}

#disjointedText a:hover {
color: #cff; 
background:#000000;
}
#disjointedText a span {display: none;}
#disjointedText a:hover span {
display: block;
position: absolute; 
left:250px;
top:250px;
background:#fff;
width:10em;
}
#disjointedText dt {
position:absolute;
left:150px;
top:150px;
} 

.wwhite {color: white;}


#footer1  {
clear: all;
position: relative;
z-index: 3;
font-family: verdana;
font-size: 10pt;
color: gold;
text-align: center;
}