.mainBodyBG {
	background-attachment: scroll;
	background-image: url(images/1_23.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mainText {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;

}

a.mainText {
	text-decoration: none;
}

a:hover.mainText {
	text-decoration: underline;
}

.mainTitle {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

a.mainTitle {
	text-decoration: none;
}

a:hover.mainTitle {
	color: #FFE800;
}

.mainBG {
	background-attachment: fixed;
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.subtitle {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

a.subtitle {
	text-decoration: none;
}

a:hover.subtitle {
	text-decoration: underline;
}

#dhtmltooltip{
position: absolute;
visibility: hidden;
z-index: 100;
}

.comics {
	background-color: #7EBF01;
	border: 1px solid white;
	border-bottom-width: 0px;
}

.comics_last {
	background-color: #7EBF01;
	border: 1px solid white;
}