html, body {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: black;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
}

div
{
	margin-bottom: 35px;
}

img, a
{
	border: 0px;
}

a
{
	text-decoration: none;
}

.header
{
	height: 197px;
	text-align: center;
	background: #FFFFFF url( images/Header.png ) repeat-x;
}

.logo
{
	position: relative;
	left: -135px;
	top: 15px;	
}

.pricetag
{
	position: absolute;
}

.screenshots
{
	background-image: url( images/ScreenshotsBackground.png );
	background-repeat: repeat-x;
	height: 500px;
	text-align: center;
}

.screenshots img
{
	margin: 0px 10px 0px 10px;
}

.features
{
	text-align: center;
}

.piechart
{
	position: relative;
}

.download, .contact
{
	position: relative;
	left: -303px;
	top: -5px;
	filter: alpha( opacity=60 );
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.download:hover, .contact:hover
{
	filter: alpha( opacity=100 );
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contact
{
	margin-left: 12px;
}