/*=========================================================================================
 SuperMonsterCamSmash 3001
 Millipede Creative Development :: http://www.millipede.com.au/
 CSS
=========================================================================================*/


/********	+ Basic structure	 	*******/

html, body {
	margin:0px;
	padding:0px
}
body {
	background:#36271a url(../img/monster-bg-bar.jpg) repeat-x;
	margin:0 auto;
	text-align:center;
	font-family:'Lucida Sans Unicode','Lucida Sans','Lucida Grande','Arial','Helvetica',Sans-Serif;
	font-size:10px;
	color:#FFF
}

/********	+ Wrapper 	*******/

#game-wrapper {
	background:url(../img/monster-flash-bg.jpg) no-repeat;
	margin:40px auto 20px;
	padding:0px 0px 0px 12px;
	text-align:left;
	width:663px;
	height:497px
}

/********	+ Flash content		*******/

#flash-content {
	background:#b6a9a9;
	width:640px;
	height:480px
}
#flash-content h2 {
	padding:150px 43px 0px
}
#flash-content p {
	padding:20px 43px 0px
}
#flash-content img {
	border:0px
}

/********	+ Footer		*******/

#game-footer {
	color:#b6a9a9;
	background:url(../img/millipede-logo.gif) no-repeat;
	padding:1px 0px 0px 117px;
	min-height:160px;
	width:230px;
	margin:40px auto 0px;
}
#game-footer h1 {
	font-size: 1.05em;
	color:#FFF
}
#game-footer a {
	color:#FFF;
	text-decoration:none
}

