/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote {
	margin : 0;
	padding : 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}
/* Removes border from fieldset and img */
fieldset, img {
	border : 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align : left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
}
body {
	position : relative;
	width : 748px;
	height:100%;
	background-color: #000;
	margin : 0 auto;
	font-size: 12px;
	color: #ffffff;
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#lang {
	padding-top: 5px;
	height: 20px;
	width: 483px;
	margin: 0 auto;
}
#header {
	height: 229px;
	background: url(/manofmystery/images/header.jpg) no-repeat #000;
}
#header .intro {
	position: relative;
	top: 110px;
	left: 250px;
	width: 450px;
	display: block;
	color: #ffffff;
	font-size: 13px;
}
#site_es #header .intro {
	position: relative;
	top: 105px;
	left: 225px;
	width: 495px;
}
a {
	color: #0066FF;
}
#wrapper {
	clear: both;
	height: 50em;
	background: url(/manofmystery/images/background.jpg) no-repeat #000;
}
.contentwrapper {
	position: relative;
	top: 30px;
	left: 20px;
	width: 720px;
	padding-bottom: 10px;
	clear: both;
}
.contentwrapper a {
	color: #FFF;
}
.contentwrapper a:hover {
	color: #CCC;
}
h1 {
	font-size: 15px;
	padding-bottom: 3px;
}
table {
	margin-top: 10px;
	border: 2px solid #cacacc;
}
th {
	font-weight: bold;
	background: #3a4594;
}
tr.row1 {
	background: #537abb;
}
tr.row2 {
	background: #3a4594;
}
div.question {
	border: 2px solid #bbb;
	width: 450px;
	padding: 10px;
	margin: 0 auto;
	background: #000033;
}
div.question h2 {
	padding-bottom: 10px;
}
div.options {
	position: relative;
	left: 50px;
}
ul#options {
	list-style-type: none;
}
.terms {
	font-size: 10px;
	padding-top: 20px;
}
#prizes {
	clear: both;
}
#prize1 {
        width: 188px;
        height: 170px;
        float: left;
        position: relative;
        left: 116px;
        top: 45px;
        background: url("/manofmystery/images/prize01.jpg") no-repeat;
}
#prize2 {
        width: 188px;
        height: 170px;
        float: right;
        position: relative;
        top: 45px;
        right: 128px;
        background: url("/manofmystery/images/prize02.jpg") no-repeat;
}
#games {
	clear: both;
}
#game_manofmystery1 {
	width: 296px;
	height: 250px;
	float: left;
	position: relative;
	left: 64px;
	top: 45px;
	background: url("/manofmystery/images/game1.jpg") no-repeat;
}
#game_manofmystery2 {
	width: 296px;
	height: 250px;
	float: right;
	position: relative;
	top: 45px;
	right: 72px;
	background: url("/manofmystery/images/game2.jpg") no-repeat;
}
#footer {
	margin-top: 30px;
	background: url("/manofmystery/images/glow_divider.jpg") no-repeat;
	width: 748px;
	height: 40px;
	clear: both;
}

