html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-color: #666;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

p,ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e9e9e9;
}

img {
	border: none;	
}
.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
}
.rounded img { opacity: 0; }
.overall {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	min-height: 100%;
}

.header {
	font-size: 24px;
	color: #DCDCDC;
	height: 100px;
	text-align: center;
}

.container {
	margin: 0 auto;
	width: 800px;
}
.content {
	margin-top: 20px;
	padding: 20px;
	background-color: #1A1022;
	color: #fff;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	min-height: 300px;
	margin-bottom: 20px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.gap {
	margin: 0;
	width: 100%;
	height: 10px;
}
.logo {
	float: left;
	margin-left: -10px;
	margin-top: -20px;
	position: relative;
	z-index: 5;
}
.center {
	float: left;
	width: 100%;
	height: 225px;
}
.info {
	text-align: left;
	width: 600px;
	z-index: 4;
	position: relative;
	float: left;
	margin: -120px 0 0 110px;
}
/*.info {
	padding: 10px 0;
	margin-left: 150px;
	width: 600px;
	background-color: #bcdd59;
	position: relative;
	z-index: 4;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}*/
.info p {
	font-size: 18px;
	color: #000;
}
.main-img {
	float: left;
	margin-top: -135px;
	/*margin-top: -130px;
	width: 100%;
	height: 344px;
	text-align: center;
	padding-left: 3px;*/
}
#lower {
	margin-top: 10px;
	width: 100%;
	height: 335px;
	padding-left: 3px;
	/*background-color: #4D5162;*/
}
.main-promo {
	float: left;
	width: 50%;
	opacity:0.9;
  	filter:alpha(opacity=90);
}
.main-promo:hover {
	opacity:1.0;
  	filter:alpha(opacity=100);
}
.highlight {
	opacity:0.9;
  	filter:alpha(opacity=90);
}
.highlight:hover {
	opacity:1.0;
  	filter:alpha(opacity=100);
}
.main-btns {
	margin-left: 150px;
	width: 100%;
}
.main-btns a {
	padding: 0 5px;
}
.game {
	clear: left;
	display: inline;
	width: 300px;
	margin: 0 10px;
}
.logo-icon {
	float: left;
	width: 65px;
	position: relative;
	z-index: 5;
}
.social {
	float: left;
	width: 100px;
	margin-left: -7px;
}
.social a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 80px;
	display: block;
	padding: 5px 5px 5px 10px;
}
.social a:hover {
	text-decoration: none;
}
.facebook {
	background-color: #3c5a98;
	width: 80px;
	height: 32.5px;
	-webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
.facebook:hover {
	background-color: #4263a8;
}
.twitter {
	width: 80px;
	height: 32.5px;
	background-color: #00aced;
	-webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
.twitter:hover {
	background-color: #10bbfc;
}
.largeFont {
	margin: 0 0 10px -35px;
	padding: 5px 0 5px 32px;
	font-size: 18px;
	color: #000;
	width: 105%;
	background-color: #bcdd59;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.bolder {
	font-weight: bolder;
}
.link-float {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 300px;
	postion: absolute;
	background-color: #3FF;
}
.content h1, .content h3 {
	margin-left: 30px;
}
.content p {
	margin: 0;
	padding: 0 30px 0 40px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	padding: 5px 0 32000px 0;
	margin-bottom: -31960px;
	width: 100%;
}

.footer p {
	margin: 0;
	text-align: center;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
.clearFlt {
	clear: both;	
}