@charset "utf-8";
/* This is a CSS comment, just so you know.  This is a hex value for the color gray: #708090 */

html, body { 
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
color: #FFFFFF;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

a { 
color: #FFFF00; 
}

a:hover { 
color: #FF8800;
}

img {
border: 0 none;
}

#background {
background: url("assets/graphics/sewer.png") repeat scroll top left;
}

#header {
width: 100%;
height: 192px;
text-align: center;
background: url("assets/graphics/banner.png");
}

#nav {
width: 100%;
}

#nav table {
border-collapse: collapse;
width: 100%;
}

#nav td { 
padding: 0px;
border-collapse: collapse;
}

#nav a {
display: block;
width: 80px;
height: 25px;
color: #000000;
text-align: center;
text-decoration: none;
font-weight: bold;
padding-top: 5px;
background: url("assets/graphics/nav-button.png") no-repeat 0 0;
}

#nav a:hover {
color: #000000;
font-style: italic;
background-position: 0 -30px;
}

#nav-blank {
width: 100%;
background: url("assets/graphics/nav-button.png") repeat-x 0 0;
}

#main {
min-height: 100%;
height: auto;
width: 870px;
padding: 8px;
border-left: thin solid #000000;
border-right: thin solid #000000;
margin-left: auto;
margin-right: auto;
background: url("assets/graphics/wood1.jpg");
}

#footer {
font-size: 60%;
text-align: center;
border-top: thin solid #000000;
background: url("assets/graphics/wood2.jpg");
}

#score {
font-size: 300%;
border: thin solid #000000;
padding: 5px;
background: url("assets/graphics/tile.png");
}

#game-info {
padding: 5px;
}

.center { 
text-align: center;
}

.nowrap {
white-space: nowrap;
}

.hide {
display: none;
}

p.title {
font-size: 200%;
font-style: italic;
text-align: center;
margin-top: 1px;
margin-bottom: 15px;
background: url("assets/graphics/wood2.jpg") repeat top left;
border: thin solid #000000;
}

div.news-box {
border: thin solid #000000;
background-color: #996633;
}

div.news-title {
padding: 3px;
border-bottom: thin solid #000000;
background: url("assets/graphics/wood2.jpg") repeat top left;
}

div.news-body {
padding: 5px;
}

table.center { 
margin-left: auto; 
margin-right: auto; 
text-align: left;
}

table.center-all { 
margin-left: auto; 
margin-right: auto; 
text-align: center;
}

img.snes {
width: 373px;
height: 327px;
}
