html,body {
	height: 100%;
}

body
{
	background-color:#00dbb3;
	background-image:url('../Pictures/Phail.gif');
	background-size:80px 80px;
}

img.logo
{
	width:150px;
	height:150px;
	float:left;
	padding-left:2px;
}

img.left-comic
{
	float:left;
	background-color:#615f6e;
	border-style:outset;
	border-width:3px;
	border-color:#db0009;
}

img.comic
{
	background-color:#615f6e;
	border-style:outset;
	border-width:3px;
	border-color:#db0009;
	margin:0px;
	padding:0px;
}

div.menu-holder {
	position: absolute;
	bottom: 0px;
	background-color: #00725d;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
}

ul.menu {
	float: left;
	left: 19px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	width: 900px;
	z-index: 3;
}

ul.menu a {
	background-color: #00725d;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 0px 0px;
	text-align: center;
	position: relative;
	top: 0px;
	z-index: 3;
	text-decoration: none;
}

ul.menu li {
	border-color: #00725d;
	border-width: 1px;
	float: left;
	position: relative;
	top: 0px;
	width: 190px;
	z-index: 3;
}

ul.menu a:hover {
	background-color: #00ff18;
	color: #000000;
}

ul.menu ul.hidden {
	display: none;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 3;
}

ul.menu li:hover ul.hidden {
	display: block;
}

ul.menu li:focus ul.hidden {
	display: block;
}

ul.menu ul.hidden ul.inner-menu {
	display: none;
	left: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 3;
}

ul.menu ul.hidden ul.inner-menu {
	display: none;
	left: 100%;
	list-style-type: none;
	position: absolute;
	width: 100%;
	z-index: 3;
}

ul.menu ul.hidden li:hover ul.inner-menu {
	display: block;
}

ul.menu ul.hidden li:focus ul.inner-menu {
	display: block;
}

div.header {
	position: absolute;
	top: 0px;
	height: 170px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #db0009;
	z-index: 5;
}

div.center {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
	z-index: 2;
	background-color:#f8f1e1;
}

div.content-holder {
	background-color: #F6F6F6;
	min-height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3;
}

div.content {
	position: absolute;
	top: 170px;
	background-color: #f8f1e1;
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	width: 100%;
	min-height: 100%;
}

div.content * {
	margin-left: 20px;
	margin-right: 20px;
}

div.footer {
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	text-align: right;
	background-color: #f8f1e1;
}

p.logo {
	color: #f8f1e1;
	font-family: "Cinema Gothic BTN Inline", "Algerian",
		"Candy Square BTN Striped", "Colonna MT", "Annie BTN", "Curlz MT";
	font-size: 45px;
	text-align: center;
}

img.background {
	z-index: -1;
	width: 100%;
	min-height: 100%;
	repeat: none;
	position: fixed;
	top: 0px;
	left: 0px;
}

div.title {
	margin: 20px;
	border-bottom-style: solid;
	border-color: #1400BD;
	border-width: 2px;
	color: #1400BD;
	font-size: 1.5em;
}

div.title a{
	text-decoration: none;
	font-size: 1.5em;
}

div.comiccomment
{
	border-style:inset;
	border-width:3px;
	border-color:#ffffff;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}

.error
{
	color:red;
}