body.game  {
	background-color:#818d4f;
	background:url('images/incredipede_lightgreen_bg.jpg') repeat;
	padding: 15px 0;
}
.game .top {
	width:896px;
	height:90px;
	background:url('images/incredipede_paper_top_game.png') no-repeat;
	overflow:hidden;
}
.game .buttons {
	margin-left:70px;
	margin-top:17px;
}
.game .content {
	background:#000000;
	width:1013px; /* 1013 */
	height:593px; /* 593 */
	padding:0;
	background:url('images/incredipede_game_bg.jpg') no-repeat;
}
.game .content .gameContainer {
	margin: 26px 0 0 26px;
}
.game .gameContainer img {
	cursor:pointer;
}
.content {
	overflow:hidden;
}
a#playButton {
	display:block;
	position:relative;
	top:-500px;
	left:80px;
	width:387px;
	height:202px;
	margin:0;
	padding:0;
	background:url('images/incredipede_play_up.png') no-repeat;
}
a:hover#playButton {
	background:url('images/incredipede_play_over.png') no-repeat;
}

#flashRequired {
	margin:100px auto 0 auto;
	width:400px;
	height:400px;
	color:#ffffff;
}
#flashRequired a {
	color:#ffffff;
}

/*
#clickToStart {
	width:960px;
	height:540px;
	position:absolute;
	z-index:10;
}
#gameGoesHere {
	width:960px;
	height:540px;
	position:absolute;
}
*/