
@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

/*------Clear Fix------*/

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*-----To take outline out of links------*/

a {
	outline: none;
	text-decoration: none;
	color:#e8e8cd;
	font-size:12px;
}

a:hover {
	outline: none;
	text-decoration: none;
	color: #000;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 10px 0;
}
h3 {
	font-size: 1.4em;
}

/*--------------BODY--------------*/

html {
	
}

body {
	margin: 0;
	background: url(../images/background.gif);
	font-family: helvetica;
	
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

/*------wrap-------*/
#container {
	width: 1140px;
	height: auto; min-height: 100%;
	margin: auto;
}
/*------header begins-------*/
#header {
	height: 150px;
}
#header h1#title {
	width: 500px;
	height: 150px;
	float: left;
	display: inline;
}
#header h1#title a {
	background: url(../images/title.png) no-repeat 0 0;
	display: block;
	width: 500px;
	height: 0px;
	padding-top: 150px;
	overflow: hidden;
}
/* navigation begins */
#nav{
	width:50%;
	padding-top: 100px;
}

ul#nav {
	float: right;
	margin: 20px 0px 0px 10px;
}
ul#nav li a {
	float: left;
	margin: 0px 0px 0px 50px;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
/*------content begins-------*/
#content{
	height: 100%;
	min-height: 400px;
	padding: 50px 50px 110px 50px;
	background: #fff;
	border: 20px solid #000;
}
/* content switch begins */
#game{
	width: 1000px;
	height: 800px;
}
#rules{
	width: 1000px;
	height: 400px;
}
#observe{
	
}
#process{
	line-height: 1.4em;
}
.videoBox {
	margin-bottom: 40px;
}

#rules{
	padding-bottom: 5px;
	font-size: 24px;
}

/*------footer begins-------*/
#footer {
	position: relative;
	margin-top: -110px;
	height: 110px;
	clear: both;
	background: url(../images/btm.png) repeat-x;
}


