html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #808080;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #303030;
}
a {
	text-decoration: none;
	background-position: top left;
	font-weight: normal;
	color: #c0c0c0;
}
a:hover {
	color: #FF9900;
	background-position: bottom left;
}
a.bold {
	font-weight: bold;
}
img {
	border: 2px solid #c0c0c0;
}
img:hover {
	border: 2px solid #ff9900;
}
a.info {
	text-decoration: none;
	width: 180px;
	height: 60px;
	display: block;
	background-image: url(info.gif);
	background-repeat: no-repeat;
	border: none;
	float: left;
}
a.screens {
	text-decoration: none;
	width: 180px;
	height: 60px;
	display: block;
	background-image: url(screens.gif);
	background-repeat: no-repeat;
	border: none;
	float: left;
}
a.download {
	text-decoration: none;
	width: 180px;
	height: 60px;
	display: block;
	background-image: url(download.gif);
	background-repeat: no-repeat;
	border: none;
	float: left;
}
div.title {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 480px;
	display: block;
	background-image: url(title.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	float: none;
	clear: both;
}
div.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 640px;
	height: 480px;
	display: block;
	float: none;
	clear: both;
	text-align: center;
	background-image: url(title2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #808080;
}
div.textcontainer {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 640px;
	height: 480px;
	overflow: auto;
	display: block;
	float: none;
	clear: both;
	background-image: url(title2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #808080;
}
div.menu {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 540px;
	height: 60px;
	display: block;
	border: none;
}
div.textbox {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	display: block;
	border: none;
}
div.screenbox {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px;
	display: block;
	border: none;
}
