/*
@author	http://www.millipede.com.au/
*/

* {
	margin: 0px;
	padding: 0px
}

html, body {
	background: #dedbcd;/*#4c8c01;*/
	/**/
	width: 100%;
	height: 100%;
	overflow: hidden
}

body {
	text-align: center;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #FFF;
	font-family: "Arial", sans-serif;
}

#wrapper {
	margin: 0px auto;
	width: 100%;
	height: 100%;
	background: #dedbcd
}

#flash-content {
	width: 100%;/*760px;*/
	height: 100%;/*570px;*/
	margin: 0px auto 0px;
	color: #000
}

#flash-content a img {
	border: 0px
}

#credits-content {
	width: 716px;
	margin: 0px auto 10px;
	color: #000;
	text-align: left;
	padding: 20px;
	font-size: 1.2em;
	background: #DEDDD8;
	border: 2px solid #928467
}

#credits-content h2 {
	font-size: 1.5em;
	margin: 0px 0px -10px;
	color: #24231F;
	font-family: Georgia, Times, Serif
}

#credits-content h3 {
	font-size: 1.2em;
	margin: 30px 0px 20px;
	padding-top: 10px;
	color: #24231F;
	border-top: 2px #959D9F solid;
	font-family: Georgia, Times, Serif
}

#credits-content p {
	margin: 20px 0px;
}

a {
	color: #006699;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	text-decoration:underline;
	color:#365685
}

#credits-content ul {
	margin-left: 20px;
	list-style: square;
	color: #2F2F2F
}

#flash-content p, #credits p {
	font-size: 1.2em;
	line-height: 1.6em;
}

#flash-content div {
	margin-top: 70px;
}

#flash-content h2 {
	margin-bottom: 20px;
	color: #24231F;
	font-family: Georgia, Times, Serif
}

#footer {
	background: url(../img/css/footer.jpg) no-repeat;
	height: 137px
}

#footer p {
	text-align: right;
	padding: 20px 45px 0px 0px;
	font-size: 1.2em;
	width: 136px;
	float: right;
}

#footer a {
	width: 111px;
	height: 0px;
	padding-top: 64px;
	overflow: hidden;
	background: url(../img/css/credits.png) no-repeat;
	display: block;
}

#footer a:hover {
	background: url(../img/css/credits.png) -112px no-repeat;
}

