* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 970px;
	background-image: url('../images/Background.png');
	
	font-family: 'Lucida Grande';
	font-size: 9pt;
	color: #6c6c6c;
	text-shadow: #fff 0 1px 0;
	line-height: 150%;
}

a:hover {
	color: #1a4883;
}

a, a:active {
	color: #2566ba;
	font-weight: bold;
	text-decoration: none;
	border: none;
}



img {
	border: none;
}

div#Top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 311px;
	overflow: hidden;
}

div.Top {
	position: absolute;
	top: 0;
	height: 311px;
	z-index: 1;
}

div.Left {
	width: 100%;
	right: 50%;
	margin-right: 485px;
	background-image: url('../images/TopBackgroundRepeat.png');
	background-position: right top;
}

div.Right {
	width: 100%;
	left: 50%;
	margin-left: 485px;
	background-image: url('../images/TopBackgroundRightRepeat.png');
	background-position: 0 0;
}

div.Middle {
	left: 50%;
	width: 970px;
	margin-left: -485px;
	background-image: url('../images/TopBackground.png');
	z-index: 2;
}

div#Screenshot {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: 56px;
	
	
	width: 376px;
	height: 536px;
	background-image: url('../images/Screenshot.png');
	z-index: 3;
}

div#Overlay {
	position: absolute;
	top: 299px;
	
	width: 100%;
	height: 300px;
	background-image: url('../images/OverlayBackground.png');
	z-index: 4;
}

div#Navigation {
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -361px;
	
	width: 434px;
	text-align: center;
}

div#Glow {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: 56px;
	
	width: 376px;
	height: 260px;
	background-image: url('../images/Glow.png');
}

div#Glow #Downloads {
	margin: 0 auto;
	margin-top: 20px;
	width: 278px;
}

div#Glow #Downloads a {
	float: left;
}

div#Glow ul#Features {
	width:200px;
	margin-top: 40px;
	margin-left: 60px;
}

div#Glow ul#Features li {
	margin-top: 10px;
}

div#Content {
	position: absolute;
	top: 38px;
	left: 50%;
	margin-left: -361px;
	
	width: 434px;
	height: 498px;
	background-image: url('../images/Content.png');
	z-index: 5;
}

div#Content #text {
	width: 390px;
	height: 400px;
	overflow: auto;
	margin: 0 auto;
	margin-top: 90px;
	
}
