body {
background-color: #333333;
text-align: center;
}

div.container {
position: relative;
margin: auto;
width: 820px;
text-align: center;
}

div.header {
position: relative;
margin: 0px;
width: 820px;
height: 100px;
text-align: center;
background:url('header.png');
}

div.links {
position: relative;
margin: 0px;
width: 820px;
height: 50px;
text-align: center;
background:url('links.png');
margin-bottom: 2px;
}

div.top {
position: relative;
margin: 0px;
width: 820px;
height: 10px;
background:url('top.png');
}

div.content {
position: relative;
margin: auto;
width: 820px;
min-height: 66px;
background: #000099 url('transition.png') no-repeat bottom;
text-align: center;
}

div.bottom {
position: relative;
margin: 0px;
width: 820px;
height: 10px;
background:url('bottom.png');
margin-bottom: 10px;
}

div.newstextbox {
background-color: #FFFFFF;
text-align: left;
font: 12px arial;
width: 790px;
min-height: 100px;
margin: auto;
padding: 5px;
}

div.textbox {
background-color: #FFFFFF;
text-align: left;
font: 12px arial;
width: 790px;
margin: auto;
padding: 5px;
}

div.comicbox {
background-color: #FFFFFF;
text-align: center;
font: 12px arial;
width: 800px;
margin: auto;
padding: 0px;
}

a:link {
font-family: arial;
color: #000099;
text-decoration: none;
font-weight: bold;
}

a:visited {
font-family: arial;
color: #000099;
text-decoration: none;
font-weight: bold;
}

a:active {
font-family: arial;
color: #666666;
text-decoration: none;
font-weight: bold;
}

a:hover {
font-family: arial;
color: #000000;
text-decoration: none;
font-weight: bold;
}

.float-left {
float: left;
margin: 0px 5px 0px 0px;
}

hr {
color: #000000;
background-color: #000000;
}

div.comicbox hr{
margin: 0px 0px 0px 0px;
color: #000099;
background-color: #000099;
height: 1px;
}

img {
border: 0px;
}
img.comic {
max-width: 800px;
}

table.comicbar {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	width: 600px;
}
table.comicbar td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}