html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #333333;
	color: #ffffff;
	font: normal 13px/18px 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #007db3;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #cb1009;
	font-weight: normal;
	text-decoration: underline;
}

a.selected {
	color: #cb1009;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
}

#page {
	width: 600px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page {
	height: 100%;
}

#game {
    padding: 30px 0;   
}

/* CLASSES */

.clear {
	clear: both;
}

.hide {
	position: absolute;
	left: -10000px;
}

.right {
	display: inline;
	float: right;
}

.left {
	display: inline;
	float: left;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

 .clearfix {
display: inline-block;
}  

 /* Targets IE Win \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
 /* Targets IE Win */
