body {
	background: #000000;
}
#container {
	background: url('http://www.soniccomic.com/rsc/images/layout/xmas08/xmas_tile.png') repeat;
	width: 896px;
	
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	
	color: white;
	font-family: helvetica, sans-serif;
	font-size: 11pt;
	#text-align: center;
}
#top {
	background: url('http://www.soniccomic.com/rsc/images/layout/xmas08/xmas_banner.png') no-repeat;
	width: 896px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align: right;
}
#top A, img { border-style: none; margin-top:0px; margin-bottom: 0px }

a.MenuOpacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.MenuOpacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	#margin-bottom: 20px;
	
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 5px;
	
	width: 90%;
	
	background-color: #000000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	
	font-size: 11px;
	text-align: left;
	border-style: groove;
	border-width: medium;
	border-color: #CCCCCC;
}
input, textarea, select {
	font-style: normal;
	font-family: helvetica;
	color: #FFFFFF;
	background-color: #000000;
}

div.comic {
	
	width: 222px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	
	font-size: 9pt;
	font-weight: oblique;
	text-align: center;
	white-space: pre-line;
	border-style: groove;
	border-width: medium;
	border-color: #CCCCCC;
}

.topic {
	color: #FFFFFF;
	border-style: groove;
	border-width: medium;
	border-color: #FFFFFF;
}

#main {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}

#left {
	float: left;
	width: 230px;
	text-align: center; 
}
#content {
	float: right;
	width: 640px;
	
	padding-top: 10px;
	padding-right: 10px;
	line-height: 110%;
	text-align: left;
}
#wide {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	line-height: 110%;
	text-align: left;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
}
.Message {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #000000; 
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 110%;
	text-align: left;
	
	color: #FFFFFF;
	
	border-style: groove;
	border-width: medium;
	border-color: #CCCCCC;
}
h1 { line-height: 120%; }

.NewsTableOuter {
	width: 95%;
	align: center;
	
	background-color: #000000; 
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	
	border-style: groove;
	border-width: medium;
	border-color: #CCCCCC;
}
.NewsTableInner {
	width: 100%;  
	font-size: 12px;
}
.NewsUpperBand {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
	padding: 4px;
	width: 100%;
	background-color: #909090; 
	color: #000000;
}
.NewsMiddleBand {
	padding: 4px;
	width: 100%;
	color: #FFFFFF; 
}
.NewsLowerBand {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
	padding: 4px;
	width: 100%; 
	background-color: #909090;
	color: #000000; 
	font-size: 11px; 
	clear: both;
}
A:link { color: #0000FF; text-decoration: underline; }
A:visited { color: #FFFFFF; text-decoration: underline; }
A:active { color: #BBBBFF; text-decoration: underline; }
A:hover { color: #DDDDFF; text-decoration: underline overline; }
