body {
margin: 0;
padding: 0;
background-color: #231F20;
font-family: Helvetica, Arial, sans-serif;
font-size: 100%;
}

#global400 {
position:absolute;
left: 50%;
top: 50%;
width: 760px;
height: 616px;
margin-top: -308px; /* not quite half the height inc. border */
margin-left: -380px; /* half the width inc. border */
border: 0px;
background-color: #231F20;
}

#global {
position:absolute;
left: 50%;
top: 50%;
width: 760px;
height: 616px;
margin-top: -308px; /* not quite half the height inc. border */
margin-left: -380px; /* half the width inc. border */
border: 0px;
background-color: #231F20;
}

#global_home {
position:absolute;
left: 50%;
top: 50%;
width: 760px;
height: 616px;
margin-top: -308px; /* not quite half the height inc. border */
margin-left: -380px; /* half the width inc. border */
border: 0px;
background-color: #231F20;
}

#hidden_links a:link {
text-decoration:none;
color:#231F20;
}
#hidden_links a:visited {
text-decoration:none;
color:#231F20;
}
#hidden_links a:hover {
text-decoration:none;
color:#231F20;
}
#hidden_links a:active {
text-decoration:none;
color:#231F20;
}