/* ------------------------------- HOMEPAGE --------------------------------- */
/* STYLING */ 
body {
	background-color: #000000;
}
.topNav {
	margin: 4px;
}
.about {
	margin: 4px;
	margin-left: 9px;
}
a img {
	border: none;
}
/* DIVS */
#container {
	width: 800px;
	margin: 0 auto;
	padding-top: 15px;
}
#header {
	position: relative;
	width: 800px;
	margin-left: 0px;
	z-index: 1;
}
#title {
	position: relative;
	float: right;
	margin-right: 45px;
}
* html #title {
	margin-right: 25px;
}
#topNav {
	position: relative;
	float: left;
	margin-left: 50px;
}
* html #topNav {
	margin-left: 23px;
}
#content {
	postion: relative;
	text-align: center;
	margin-top: 0px;
}
#boxLayout {
	position: relative;
}
#store {
	position: relative;
	float: left;
	margin-top: -375px;
	margin-left: 85px;
}
* html #store {
	margin-left: 40px;
}
#comics {
	position: relative;
	float: right;
	margin-top: -280px;
	margin-right: 75px;
}
* html #comics {
	margin-right: 40px;
}
#video {
	position: relative;
	float: left;
	margin-top: -198px;
	margin-left: 65px;
}
* html #video {
	margin-top: -203px;
	margin-left: 34px;
}
#art {
	position: relative;
	float: right;
	margin-top: -90px;
	margin-right: 65px;
}
* html #art {
	margin-right: 35px;
}
#mailingList {
	position: relative;
	margin-top: 30px;
	margin-left: 100px;
}