@charset "ISO-8859-1";

body {
	background-image:url(../game_images/splatterBugs/background_pattern.gif);
	color:#000;
	margin:0px;
}
#splatterBugs_content {
	position:absolute;
	width:902px;
	height:752px;
	top:50px;
	left:50%;
	margin-left:-451px;
}
#splatterBugs_text {
	position:absolute;
	width:350px;
	top:185px;
	left:368px;
}
#splatterBugs_text p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#FFF;
}
#splatterBugs_text h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	color:#FFF;
}
