body {
	font-family: Verdana;
	font-size: 10px;
}

#horizon {
	border: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
 
#centerbase {
	width: 100%;
	height: 768px;
	position: relative;
}
 
#titlebar {
	background: black;
	color: white;
	height: 40px;
	width: 100%;
	position: relative;
}

#title {
	position: absolute;
	left: 125px;
 	bottom: 5px;
}

#mail {
	position: absolute;
	right: 30px;
	bottom: 2px;
	/*border: 1px dashed blue;*/
}

.content_div {
	margin-top: 40px;
 	/*border: 1px dashed blue;*/
}

.content_div .title {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

.content_div .subcontent {
	/*border: 1px dashed green;*/
	margin-top: 30px;
	padding: 0px;
	
	font-weight: bold;
	line-height: 20px;
}

#content_updates {
	width: 330px;
	position: absolute;
	left: 125px;
}

#content_cartoon {
	width: 370px;
	position: absolute;
	left: 470px;
}

#content_shop {
	width: 220px;
	position: absolute;
	left: 870px;
}

#content_shop .subcontent {
	border: 0px dashed red;
	margin-top: 18px;
}

#img_cartoon {
	border: 1px solid #bfbfbf;
	width: 350px;
	height: 350px;
}

#cartoontitle {
	float: left;
	clear: none;
}

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

#cartoondate {
	float: right;
	clear: none;
	margin-right: 20px;
}

#copyright {
	position: absolute;
	left: 125px;
	bottom: 5px;
}
