html, body {
	width: 100%;
	height: 100%;
}

body {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background: url(http://www.bugandworm.com/images/black_bg1.gif) #1C1C1C;
	color: Black;
	font: 10px Arial, Sans-Serif;
	font-size: 12pt;
}

a,
a:hover,
a:visited,
a:active {
	color: #000099;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #CC0000;
}

#header {
	width: 100%;
	width: 100%; 
	height: 80px; 
	background: url(/bugandworm/images/headerbg03.gif) #333333;
}

#header #rand {
	float: left;
	margin: 0px 0px 0px 10px;
}

#header #logo {
	float: right;
	margin: 0px;
}

.nav-menu {
	text-align: center;
	padding: 1em;
}

.nav-menu a,
.nav-menu a:hover,
.nav-menu a:active,
.nav-menu a:visited {
	color: #777777;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 1.5em;
}

.nav-menu a:hover,
.nav-menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#main-alt {
	width: 800px;
	margin: 1em auto 1em auto;
	text-align: center;
}

#main-hits {
	display: inline-block;
	margin: 0em auto 1em auto;
	text-align: center;
	border: 2px solid #CCCCCC;
	background: White;
}

#main-about {
	width: 600px;
	margin: 0em auto 1em auto;
	text-align: center;
}

.hits-title {
	font-size: 1.5em;
	text-align: left;
	padding: 0 0 0 6px;
	color: #990000;
	font-weight: bold;
}

.hits-title img, .hits-title span img {
	vertical-align: middle;
}

.hits-desc {
	font-size: 0.9em;
	text-align: left;
	padding: 1em 0 1.5em 8px;
}

#title-table {
	margin: 1em auto 1em auto;
}

.divider {
	padding: 1.5em 0 0 0;
	margin: 0 auto 1.5em auto;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 3px dashed silver;
	width: 80%;
}
