body {
background-color: #000;
color: #fff;
}

/* styles for IE 5 Mac */
#outer {
position: absolute;
top: 20px;
left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#outer {
top: 50%;
left: 0px;
width: 100%;
margin-top: -300px;
text-align: center;
min-width: 600px; 
}
/* end IE 5 hack */ 
  
#inner {
position: relative;
width: 400px;
height: 600px;
margin: 0px auto;
}

p, li, dt, dd {
font-family: arial, sans-serif;
font-size: 11px;
}

a, a:link, a:visited {
color: #fff;
text-decoration: none;
}

a img {
border: 0;
color: #000;
}

.navigational-image {
display: block;
margin: 0 auto; 
text-align: center;
filter:alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}

.navigational-image:hover {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}

.navigational-text {
text-transform: uppercase;
}