html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: tahoma, verdana, arial, sans;
	font-size: 8pt;
	background: #000;
	color: #999;
}

#main {
	margin: auto;
	width: 90%;
	height: 100%;
	border: 1px dotted #444;
	background: #111;
}

#main td {
	padding: 8px;
	vertical-align: top;
}

table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

#menu {
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 10pt;
	font-weight: bold;
}

#hotkey {
	width: auto;
	height: auto;
}

#hotkey td, pre {
	border: 1px solid #aaa;
	padding: 6px;
	color: #000;
	background: #bbb;
	font-size: 7pt;
}

#hotkey td {
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

a {
	color: #888;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

a:hover {
	color: #aaa;
	border-bottom: 1px dotted #666;
}

.img {
	border: none;
}

.img:hover {
	border: none;
}

a img {
	border: none;
}

p {
	margin-left: 10px;
	color: #555;
}

#screenshots {
	width: 1024px;
	height: 130px;
	background: #080808 !important;
	overflow: auto;
	white-space: nowrap;
}

#latest {
	float: right;
	width: 220px;
}
