
BODY {
	padding: 0px;
	margin: 0px;
	
	background-color: white;
	background: url("../images/background.png") repeat-x fixed top left;
}


A:link { 
	text-decoration: none; 
	color: white;
}
A:visited {
	text-decoration: none; 
	color: white;
}
A:hover {
	text-decoration: none; 
	color: white;
}
A:active {
	text-decoration: none; 
	color: white;
}

A.otherLink:link {
	text-decoration: none; 
	color: white;
}

A.otherLink:visited {
	text-decoration: none; 
	color: white;
}

A.otherLink:hover {
	text-decoration: none; 
	color: white;
}

A.otherLink:active {
	text-decoration: none; 
	color: white;
}



IMG {
	border: 0px;
}



IMG.header {
	border: 0px;
	
	width: 924px;
	height: 122px;
}


DIV.header {
	margin-left: auto;
	margin-right: auto;
	top: 0;
	
	width: 924px;
	height: 122px;
	
	padding: 0;
	
	text-align: center;
}


DIV.center {
	width: 100%;
	
	text-align: center;
}


DIV.featured {
	margin-left: auto;
	margin-right: auto;
	
	width: 763px;
	height: 384px;
	
	padding: 0;
	
	background-image: url("../images/featuredback.png");

	font-family: "Helvetica", "Arial", sans-serif;

	vertical-align: top;
}

DIV.fcontent {
	margin-top: -8px;

	padding: 0px 0px 0px 10px;

	vertical-align: top;
}

DIV.innercontent {
	width: 738px;
	height: 337px;
	
	background-image: url("../images/select_top.png");
}


TABLE.dcontent {
	margin-left: 20px;
	
	width: 520px;
	height: 300px;

	vertical-align: top;
}

TD.image {
	padding: 6px 10px 0px 10px;
	
	vertical-align: top;
	text-align: center;
}

TD.badge {
	padding: 20px 0 0 0;
	
	vertical-align: top;
	text-align: center;
}


TD.title {
	padding: 20px 0 0 0;
}


TD.description {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: small;
	color: white;

	vertical-align: top;
}


TD.screenshots {
	padding: 30px 0 0 0;

	font-family: "Helvetica", "Arial", sans-serif;
	font-size: normal;
	color: white;

	text-align: left;
}


.footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;

	width: 100%;
	height: 77px;
	
	vertical-align: bottom;
	text-align: center;
	
	padding: 0;
}