body, html {
	margin:0px;
	padding:0px;
}
#page {
	background-color:#3ace00;
	height:716px;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-x;
	border-bottom:solid 1px #288f00;
}
body {
	background-color: #32B200;
}
#content {
	width:900px;
	height:700px;
}
#play {
	background-image:url(images/playc4.png);
	margin:0px;
	padding:0px;
	margin-left:46px;
	width:414px;
	height:536px;
	float:left;
	overflow:hidden;
}
#play h1 {
	margin:0px;
	padding:0px;
	text-indent:-99999px;
	height:107px;
}
#steps {
	background-image:url(images/steps.png);
	width:345px;
	height:560px;
	float:right;
	text-indent:-99999px;
}
#steps ol, #steps li {
	list-style:none;
}
a.enter {
	height:73px;
	display:block;
	text-indent:-99999px;
}
a.create {
	height:73px;
	display:block;
	text-indent:-99999px;
}
a.enter:hover {
	background-image:url(images/enter.gif);
}
a.create:hover {
	background-image:url(images/create.gif);
}
#footer {
	clear:both;
	background-repeat: no-repeat;
}
#footer a {
	background-image:url(images/footer.gif);
	height:74px;
	text-indent:-99999px;
	background-position: center;
	display:block;
	background-repeat: no-repeat;
}
#gamesession {
	margin-top:40px;
	margin-left:10px;
	margin-right:10px;
	height:75px;
	padding:0px;
}
#gamesession .input {
	width:390px;
	height:49px;
	border:solid 1px #fff;
	margin:0px;
	padding:0px;
	position:absolute;
	overflow:hidden;
}
