body {
	background-color:#123456;
    }

#wholeframe {
	background-image:url(images/wf_background.png);
	width:650px;
	height:830px;
	position:absolute;
	top:30px;
	margin-bottom:30px;
	left:50%;
	margin-left:-325px;
	}

#menubar {
	width:100%-70px;
	height:50px;
	left:50%;
	padding-left:70px;
	}

#menu_holder {
	width:500px;
	height:20px;
	}
	
.menuitem {
	height:20px;
	width:80px;
	margin:10px;
	text-align:center;
	left:50%;
	float:left;
	font-weight:bold;
	}

#menu_comics {
	background-image:url(images/menubackground.png);
	width:98px;
	height:64px;
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-130px;
	border-color:black;
	border:1px solid;
	}

#menu_stuff {
	background-image:url(images/menubackground.png);
	width:98px;
	height:64px;
	position:absolute;
	top:60px;
	left:50%;
	margin-left:75px;
	border-color:black;
	border:1px solid;
	}

.menulink {
	width:96px;
	height:20px;
	position:relative;
	border:1px solid;
	border-color:black;
	}

.menulink a {
	text-decoration:none;
	font-weight:bold;
	color:black;
	}
	
#banner {
	background-image:url(images/banner.bmp);
	width:468px;
	height:60px;
	position:absolute;
	left:50%;
	margin-left:-234px;
	margin-top:10px;
	}

#comic_title {
	width:600px;
	height:20px;
	position:absolute;
	top:125px;
	left:50%;
	margin-left:-300px;
	text-align:center;
	font-weight:bold;
	}
	
#comic {
	width:612px;
	height:612px;
	position:absolute;
	left:50%;
	margin-left:-306px;
	margin-top:100px;
	}

#navigation-bar {
	top:770px;
	position:absolute;
	width:650px;
	height:50px;
	}

.nav_button {
	width:80px;
	height:50px;
	position:relative;
	margin-left:65px;
	float:left;
	}
	
#footer {
	width:650px;
	height:50px;
	top:870px;
	position:absolute;
	left:50%;
	margin-left:-325px;
	text-align:center;
	font-size:10px;
	}