body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 15px;
	background: #000 url(images/bg.jpg) center center no-repeat;
	text-align: center;
}
body.restartVisible { margin-top: 30px; }

/* <global> */
a
{
	color: #087bb1;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
	h1 a, h2 a, h3 a
	{
		color: #333;
	}
	p.postinfo a
	{
		color: #555;
	}
p, ul
{
	margin: 0px auto 10px auto;
	color: #444;
	text-align: center;
	width: 700px;
}
	p.postinfo
	{
		padding-top: 5px;
		border-top: 1px solid #efefef;
		color: #777;
	}
h1
{
	color: #333;
	font-family: Verdana;
	font-size: 16px;
	margin: 3px 0px 10px 0px
}
h2
{
	color: #555;
	font-family: Verdana;
	font-size: 14px;
}
/* </global> */

/* <header> */
#restart
{
	display: none;
	background: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding: 5px 0px;
	text-align: center;
	font-size: 15px;
	text-weight: bold;
}
#header
{
	width: 100%;
	height: 340px;
	background: url(/app/public/images/topocto.png) no-repeat center top;
}
	#header div
	{
		width: 880px;
		height: 20px;
		margin: 0px auto;
		padding: 140px 10px 0px;
	}
	#header div.progress
	{
		width: 820px;
		height: 30px;
		padding: 0px;
		border-bottom: 1px solid #000E38;
		margin-top: 10px;
		background: none;
	}
		#header div.progress div.earth, #header div.progress div.spaceship, #header div.progress div.snark
		{
			width: 50px;
			height: 50px;
			float: left;
			padding: 0px;
		}
		#header div.progress div.earth
		{
			background: url(images/earth.png) no-repeat;
		}
			#header div.progress div.earth a
			{
				display: block;
				width: 100%;
				height: 100%;
			}
		#header div.progress div.spaceship
		{
			background: url(images/spaceship.gif) no-repeat;
		}
		#header div.progress div.snark
		{
			float: right;
			background: url(images/snark.png) no-repeat;
		}
	#header #help
	{
		width: 880px;
		height: 40px;
		padding: 0px;
		padding-top: 40px;
		clear: left;
	}
		#help a
		{
			display: block;
			float: left;
			padding: 10px;
			
		}
			#help a:hover
			{
				background: #f60;
				color: #fff;
			}
			#help a.help
			{
				float: right;
			}
/* </header> */

/* <content> */
#content
{
	padding: 20px;
	width: 860px;
	min-height: 400px;
	background: url(images/bgbody.png) no-repeat 0px 52px;
	margin: -52px auto 0px;
}
span.important
{
	font-weight: bold;
}
img
{
	width: 600px;
	margin: 0px auto 20px;
	display: block;
}
	img.small
	{
		width: 400px;
	}
	img.large
	{
		width: 850px;
	}
	img.mini
	{
		width: 200px;
		float: left;
		margin: 10px;
	}
	img.mini:hover
	{
		width: 400px;
		margin: -90px;
		position: relative;
		z-index: 1000000000000;
	}
		img.long:hover
		{
			margin-bottom: -190px;
		}
div.img
{
	width: 440px;
	margin: 0px auto;
}
table
{
	width: 600px;
	margin: 0px auto;
	border-collapse: collapse;
}
	table td
	{
		border: 1px solid #555;
		text-align: center;
	}
/* </content> */

/* <footer> */
div.clear
{
	clear: both;
}
#footer
{
	width: 100%;
	height: 180px;
	margin-bottom: 100px;
}
	#footer div
	{
		width: 600px;
		height: 150px;
		background: url(images/top.png);
		margin: 0px auto;
		padding: 30px 150px 0px 150px;
	}
		#footer div p
		{
			padding: 10px 0px 0px 0px;
			text-align: right;
			font-size: 12px;
			font-style: italic;
		}
			#footer div p a
			{
				color: #ddd;
				text-decoration: underline;
			}
/* </footer> */