#top-left {
	position:absolute;
	left:0px;
	top:0px;
	width:88px;
	height:70px;
}

#top-center {
	position:absolute;
	left:88px;
	top:0px;
	width:333px;
	height:70px;
}

#top-right {
	position:absolute;
	left:421px;
	top:0px;
	width:339px;
	height:70px;
}

#top-bottom {
	position:absolute;
	left:88px;
	top:70px;
	width:672px;
	height:5px;
}

#side-art {
	position:absolute;
	left:0px;
	top:70px;
	width:88px;
	height:28px;
}

#side-cosplay {
	position:absolute;
	left:0px;
	top:98px;
	width:88px;
	height:32px;
}

#side-about {
	position:absolute;
	left:0px;
	top:130px;
	width:88px;
	height:31px;
}

#side-links {
	position:absolute;
	left:0px;
	top:161px;
	width:88px;
	height:30px;
}

#side-bottom {
	position:absolute;
	left:0px;
	top:191px;
	width:88px;
	height:89px;
}

#art-original {
	position:absolute;
	left:5px;   /*109*/
	top:0px;
	width:70px;
	height:25px;
}

#art-fanart {
	position:absolute;
	left:75px;
	top:0px;
	width:73px;
	height:25px;
}

#art-collabs {
	position:absolute;
	left:148px;
	top:0px;
	width:73px;
	height:25px;
}

#art-gifts {
	position:absolute;
	left:221px;
	top:0px;
	width:73px;
	height:25px;
}

#art-photos {
	position:absolute;
	left:294px;
	top:0px;
	width:73px;
	height:25px;
}

#art-misc {
	position:absolute;
	left:367px;
	top:0px;
	width:94px;
	height:25px;
}

#box
 {
	display : block;
	width: 620px;
	position:absolute;
	left:104px;
	top:75px;
	background-image:url(images/background_content.gif);
	background-repeat : repeat-y;
	margin:0px;
}

#content
 {
	display : block;
	width: 590px;
	margin: 15px 15px 0px 15px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #000000;
	margin: 0px;
	background-image:url(images/background_main.gif);
	background-repeat : repeat-y;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #741A2A;
}

a:visited {
	text-decoration: none;
	color: #3A0D15;
}

a:hover {
	text-decoration: underline;
}

.title {
	font-size: 16px;
	font-weight : bold;
	font-variant : small-caps;
}

.sectionTitle {
	font-variant : small-caps;
	font-size: 14px;
	font-weight: bold;
}

.indent {
	margin-left: 40px;
	margin-right: 40px;
}