BODY {
background-color: black;
font: 11px Verdana, Helvetica, sans-serif;
text-align: center;
color: white;
}

td.pix {
text-align:center;
font: 11px Verdana, Helvetica, sans-serif;
color: white;
}

#header {
border: 1px solid red;
height: 25px;
width: 300px;
margin-right: auto;
margin-left: auto;
background: center center url(images/header.jpg) no-repeat;
margin-bottom: 10px;
}

#boxnav {
border: 1px solid white;
height: 9px;
width: 16px;
position: absolute;
background: center center url(images/closebox.png) no-repeat;
top: 40px;
left: auto;
}

#content {
width: 600px;
height: 450px;
padding: 5px;
border-top: 1px dotted red; border-bottom: 1px dotted red; margin-right: 15%;
margin-left: 15%;
overflow: auto;}
/* corrected content bits */
/* Hide from Internet Explorer Mac \*/#content {
margin-right: auto;
margin-left: auto;
}/* End hide from Internet Explorer Mac */

#box {
width: 128px;
height: 128px;
border: 1px solid red;
margin-right: auto;
margin-left: auto;
}

#menu {
width: 300px;
height: 25px;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
vertical-align: middle;
}

#pix {
width: 590px;
height: 430px;
margin: 0px 10px 0px 10px; 
overflow: hidden;
}

#pixtext {
bottom: 40px;
color: red;
position: relative;
text-shadow: gray 1px 2px 3px;
font-style: italic;
font-weight: bold;
font-size: 13px;
}

p {
color:white;
font: 11px Verdana, Helvetica, sans-serif;
}

p.information {
color: white;
font: 9px Verdana, Helvetica, sans-serif;
}

p.details {
color: gray;
font: 9px Verdana, Helvetica, sans-serif;
}

h1 {
color: red;
font: bold 17px Verdana, Helvetica, sans-serif;
}

h2 {
color: red;
font: bold 14px Verdana, Helvetica, sans-serif;
}

a:link {
color: white;
text-decoration: none;
}

a:visited {
color: white;
text-decoration: none;
}

a:active {
color: red;
}

a:hover {
color: red;
}

/* browser.php styles...  */

.info {
color: #336633;
background: #ccffcc;
font: bold 10px;
}

.warning {
color: #663300;
background: #ffcc99;
font: bold 10px;
}

.error {
color: #ff0000;
background: #ffcccc;
font: bold 10px;
}

.fix {
color: blue;
font: bold 10px Courier New, Courier, mono;
background: #ccffff;
}

td {
text-align:left;
font: 10px Verdana, Helvetica, sans-serif;
color: white;
}

td.info {
background: linen;
color: red;
vertical-align: top;
text-align: center;
}

td.header {
background: lightgrey;
color: red;
}

.tdlt {
background: darkgray;
text-align: left;
vertical-align: top;
color: red;
}

.tdrt {
text-align: right;
vertical-align: top;
color: red;
}

.tdcc {
text-align: center;
vertical-align: middle;
color: white;
font-size: 9px;
}

th {
color: red;
border: 1pt dotted gray;
font: 9px Verdana, Helvetica, sans-serif;
color: white;
}