body {
	background: white;
}

body, div, a, p, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font: 10px lucida, verdana, arial, sans-serif;
	color: white;
}

div#main {
	width: 800px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
}

div#main div#top {
	background: url(../img/b/top.gif);
	width: 800px;
	height: 26px;
}

div#main div#bottom {
	background: url(../img/b/bottom.gif);
	width: 800px;
	height: 26px;
}

div#main div#center {
	background: url(../img/b/border.gif);
	width: 762px;
	padding: 0 19px 0 19px;
	color: white;
}

div#main div#center div#contents {
	width: 762px;
	height: 550px;
	background: url(../img/b/back.gif) repeat-x;
}

div#main div#center div#contents div.col {
	background: url(../img/b/stars.gif);
	max-height: 520px;
	height: 515px;
	overflow: hidden;
	width: 361px;
	padding: 0 10px 0 10px;
	float: left;
}

div#main div#center div#contents div#planet {
	background: url(../img/b/jupiter.gif) 130px 300px no-repeat;
}

div#main div#center div#contents div.footer {
	clear: both;
	width: 742px;
	padding: 15px 10px 0 10px;
	height: 3em;
}

div#copyright {
	float: left;
}

div#copyright img {
	border: none;
	vertical-align: bottom;
}

div#counter {
	float: right;
}

img.title {
	margin-top: 2em;
	clear: both;
}

div.col p {
	margin-top: 1em;
}

a {
	color: #ff8000;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:hover {
	text-decoration: underline;
}

ul {
	margin-top: 1em;
	list-style: none;
}

li {
	margin-bottom: 1em;
}

img.screenshot {
	float: left;
	border: 2px solid #202040;
	margin-right: 8px;
	margin-bottom: 20px;
}

a:hover img.screenshot {
	border: 2px solid #ff8000;
	width: 110px; 
	height: 81px;
	margin-left: -5px;
	margin-right: 3px;
	margin-top: -3px;
	margin-bottom: 15px;
}

span.hm {
	color: #f80;
}


