/*=========================================================================================
 Shopping Scramble
 Millipede Creative Development :: http://www.millipede.com.au/
 CSS
=========================================================================================*/


/********	+ Basic structure	 	*******/

html, body {
	margin:0px;
	background: #6a599f;
	padding:0px
}
body {
	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 {
	margin:40px auto 20px;
	/*
	padding:0px 0px 0px 12px;
	*/
	text-align:left;
	width:860px;
	height:570px;
	
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}

/********	+ Flash content		*******/

#flash-content {
	background:#ffffff;
	width:860px;
	height:570px;
}

#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
}
