body {
font-family: Tahoma, Verdana, sans-serif;
color: #ffffff;
background: #000000;
}

#content {
position: absolute;
left: 486px;
top: 127px; 
width: 468px;
height: 395px;
z-index: 1;
}

#contact_info {
position: absolute;
left: 194px;
top: 352px;
width: 278px;
height: 185px;
z-index:1;
}

table {
margin: 0 auto;
margin-top: 100px;
}

span {
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
color: #BA9070;
}

span a {
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
margin-top: 2px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 2px;
color: #775F5A;
text-decoration: underline;
}

span a:hover {
text-decoration: overline;
color: #97745C
}

img { border: 0;}

/* General - to show and/or hide the menus */
.hide{
display: none;
}

.show{
display: block;
}