.test{
	width: 807px;
	height: 830px;
}
.header {
	background-repeat: no-repeat;
	background-image: url(images/headerBkg.jpg);
	height: 268px;
	width: 807px;
}

.background {

	background-repeat: repeat-x;
	background-image: url(images/bodyBkg.jpg);
	margin: 0px;
	background-color: #242424;
}

.centerContent {
	height: 529px;
}

.leftColumn {
	text-align: left;
	float: left;
	height: 529px;
	width: 218px;
	background-image: url(images/leftColumnBkg.jpg);
}

.centerColumn {
	float: left;
	background-image: url(images/centerColumnBkg.jpg);
	height: 529px;
	width: 337px;
}

.rightColumn {
	text-align: left;
	height: 529px;
	float: left;
	width: 252px;
	background-image: url(images/rightColumnBkg.jpg);
}

.containers {
	margin-top: 25px;
	margin-left: 5px;
}

.container {
	margin-bottom: 23px;
}

.textHeader {
	text-align: left;
	margin-bottom: 2px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00B8E6;
}

.normalText {
	width: 325px;
	text-align: justify;
	line-height: 130%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.normalText2 {
	width: 325px;
	text-align: justify;
	line-height: 130%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a7a7a7;
}

.screenshotHighlight {
	margin-top: 20px;
	background-image: url(images/screenshotsHighlight.jpg);
	height: 389px;
	width: 231px;
}

.sampleScreenshot {
	left: 15px;
	position: relative;
	top: 64px;
	background-image: url(images/sampleScreenshot.jpg);
	height: 251px;
	width: 188px;
	cursor: pointer;
	cursor: hand;
}

.seeMore {
	background-image: url(images/seeMoreScreenshots.jpg);
	top: 64px;
	left: 16px;
	position: relative;
	height: 30px;
	width: 188px;
	cursor: pointer;
	cursor: hand;
}

.menu {
	margin-top: 22px;
	margin-left: 38px;
}

.menuItem {
	padding-left: 10px;
	margin-bottom: 1px;
	width: 159px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
}

.menuItemSelected {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-image: url(images/menuIndicator.gif);
	margin-bottom: 1px;
	height: 22px;
	width: 159px;
}

.payPal {
	position: relative;
	left: 37px;
	margin-top: 115px;
	height: 121px;
	width: 170px;
	cursor: pointer;
	cursor: hand;
}

.windowsMobile {
	position: relative;
	left: 37px;
	background-image: url(images/windowsMobile.jpg);
	height: 73px;
	width: 159px;
}

