
#main {
position:absolute;
left: 50%;
top: 50%;
right:50%;
bottom:50%;width: 860px;height: 600px;margin-top: -300px; /* half of the height */margin-left: -400px; /* half of the width */border: 0px solid;
}

a {
	color: black;
	text-decoration:none;
}

a:link {
	color: black;
	text-decoration:none;
}

a:visited {
	color: black;
	text-decoration:none;
}

a:hover {
	color: brown;
	text-decoration:none;
}

#leftmenu {
	position:absolute;
	top: 60px;
	left: 0px;
	right:630px;
	bottom:20px;
	Height: 550px;
	border: 0px solid black;
	background: #F7EEE9;
	font: 60% arial, sans-serif;
}


#comicbox {
	position:absolute;
	top: 20px;
	left: 230px;
	right:200px;
	bottom:20px;
	border: 0px solid black;
	background:
	
}
#rightmenu {
	position:absolute;
	top: 20px;
	left: 630px;
	right:0px;
	bottom:40px;
	Height: 550px;
	border: 0px solid black;
	background:#F7EEE9;
}

#overdosetitle {
	position:absolute;
	top: 0px;
	left: 0px;
	right:549px;
	bottom:545px;
	border: 0px solid black;
	background: 
	
}

#delusiontitle {
	position:absolute;
	top: 565px;
	left: 535px;
	right:0px;
	bottom:0px;
	border: 0px solid black;
	background: 
	
}

#text {
font: 60% arial, sans-serif;
}