body {
	text-align: center;
	font-size: 12px;
	background-image: url('img/background.jpg');
	background-position: top center;
	background-repeat: repeat;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#main
{
	position: absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px; 
	font-family: monospace;

}

#title 
{
	text-align: center;	
	letter-spacing: 2px;
	color: #DDDDDD;
}

/* Navigational Buttons above the comic */
#nav 
{
	left: 50%;
	width: 600px;
}

#nav ul
{
	list-style: none;
	padding: 0px;
}
#nav li
{
	float: left;
	margin: 0 0.5em;
	text-wrap: none;
}
#nav ul li a{
	background-color: gray;
	color: white;
}
#nav ul li a:hover {
	background-color: white;
	color: black;
}
#nav li a
{
height: 2em;
line-height: 2em;
float: left;
width: 8em;
display: block;
border: 0.15em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
letter-spacing: -1px;
} 
/* The comic section itself */
#comic img
{
	margin: 3px;
	border: 3px solid gray;
	margin-left: auto;
	margin-right: auto;
}


#aboutpopup
{
	visibility: hidden;
	position: absolute;
	top:15%;
	left:15%;
	color: cyan;
	background-image: url('img/background.jpg');
	border: 3px solid gray;
}
#aboutpopup p, a, h1
{
	background-color: gray;
	color: black;
}

#email
{
	visibility: hidden;
	position: absolute;
	top:15%;
	left:15%;
	color: cyan;
	background-image: url('img/background.jpg');
	border: 3px solid gray;
}
#email p, a, h1, form
{
	background-color: gray;
	color: black;
}

