html, body
{
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.header
{
	background-color: #B2DE5B;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: auto;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 5;
}

.navbar
{
	background-color: #CBED85;
	position: absolute;
	top: 100px;
	right: 0px;
	bottom: auto;
	left: 0px;
	width: 100%;
	height: 20px;
	z-index: 5;
}

.navitem
{
	position: relative;
	z-index: 5;
}

.navitem a
{
	display: block;
	background-image: url('../images/buttons.png');
	background-position: 0 0;
	background-color: transparent;
	text-align: center;
	width: 100px;
	height: 20px;
	float: left;
	text-decoration: none;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 12px;
	padding: 3px 6px 0px 6px;
}

.navitem a:link
{
	text-decoration: none;
	font-weight: normal;
	background-position: 0 0;
	color: #CE0000;
}

.navitem a:visited
{
	text-decoration: none;
	font-weight: bold;
	background-position: 0 0;
	color: #FF0000;
}

.navitem a:hover
{
	background-color: #5ACF4A;
	background-position: 0 -20px;
	text-decoration: underline;
}

.navitem a:active
{
	background-position: 0 -40px;
}

.content
{
	background-color: #E9F8C4;
	position: absolute;
	top: 120px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow: auto;
	z-index: 5;
}

* html .content
{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	display: block;
	z-index: 3;
	border-top: 121px solid #EFEFEF;
	border-bottom: 0px solid #EFEFEF;
	border-left: 0px solid #EFEFEF;
}

.screenshots
{
	width: 100px;
	border: 2px solid #000000;
	z-index: 5;
}

.descimages
{
	width: 500px;
	border: 2px solid #000000;
	border-spacing: 0;
	z-index: 5;
	font-family: "Verdana", "Arial", sans-serif;
}

.descimages th
{
	background-color: #B2DE5B;
}

.descimages .heading
{
	background-color: #CBED85;
	text-align: center;
	font-weight: bold;
	padding: 0px 9px 0px 9px;
}

.descimages .items
{
	text-align: center;
	background-color: #B2DE5B;
}

.descimages .desc
{
	text-align: center;
}