* {
	margin: 0px;
	padding: 0px;
}

BODY {
	font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial";
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

A {
	font-size: 14px;
	font-weight: 800;
	color: #FFFFFF;
}

DIV.banner {
	width: 100%;
	height: 250px;
	background-image: url('/monstertyper/images/header-bg.png');
}

DIV.big {
	width: 201px;
	height: 189px;
	background-image: url('/monstertyper/images/monster-big.png');
}

DIV.main {
	width: 22px;
	height: 43px;
	background-image: url('/monstertyper/images/monster-main.png');
}

DIV.main {
}

DIV.frame {
	width: 100%;
	text-align: center;
}

DIV.spacer {
	height: 30px;
	clear: both;
}

DIV.header {
	font-family: "Helvetica Neue", "Verdana", "Arial";
	font-size: 20px;
	font-weight: 800;
}

DIV.info {
	width: 700px;
	font-size: 14px;
	color: #CCCCCC;
	text-align: left;
	padding-top: 10px;
}

DIV.reviewby {
	text-align: right;
}

DIV.monster-picture {
	float: left;
	border: solid 1px #FFFFFF;
	margin-right: 20px;
}

DIV.monster-profile {
	width: 100%;
}

DIV.monster-profile DIV.title {
	font-size: 16px;
	font-weight: 800;
	color: #FFFFFF;
	padding-bottom: 10px;
}

DIV.monster-divider {
	height: 20px;
	clear: both;
}

DIV.info LI DIV.question {
	font-weight: 800;
	color: #FFFFFF;
	padding-top: 10px;
}

DIV.info LI DIV.answer {
	padding-top: 10px;
}

DIV.screenshot-container {
	padding-left: 50px;
}

DIV.screenshot {
	width: 320px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

DIV.screenshot IMG {
	width: 320px;
	height: 480px;
	display: block;
	border: solid 1px #999999;
}

DIV.screenshot DIV.label {
	font-size: 16px;
	font-weight: 800;
	padding-top: 5px;
}

DIV.copyright {
	font-family: "Helvetica Neue", "Verdana", "Arial";
	font-size: 12px;
	font-weight: 800;
}

TABLE.comparison {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

TABLE.comparison TH,
TABLE.comparison TD {
	width: 180px;
	margin: 0px;
	padding: 8px;
	text-align: center;
}

TABLE.comparison TH.feature,
TABLE.comparison TD.feature {
	text-align: right;
}

TABLE.comparison TR.header TH,
TABLE.comparison TR.header TD {
	color: #000000;
	background-color: #FFFFFF;
}

TABLE.comparison TR.odd TH,
TABLE.comparison TR.odd TD {
	background-color: #222222;
}

B.free {
	color: #FF0000;
}
