/*********************************
Shocked Creature - Main Css
**********************************/

body {
	margin-top: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center;
	font-family: verdana;
}

#page {
	text-align: left;
	width: 981px;
	height: 697px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-color: #000;
}

#overview {
	position: absolute;
	width: 300px;
	margin-top: 130px;
	margin-left: 170px;
	font-size: 10px;
}

#overview h2{
	font-size: 12px;
	color: #0f23ea;
}
#overview p{
	padding: 2px;
}

#overview a,
#overview a:visited{
	color: blue;
}
#overview a:hover{
	color: #000;
	background-color: #fff;
}