html, body {
    margin: 0px;
    padding: 0px;
	height: 100%;
    background: gray url("Background.png");
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 900px;
	min-height: 100%;
	min-height: 100%;
	background: black;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
}

#header {
    margin: 0px;
    background: black url("Header-Background.png");
    width: 100%;
    height: 75px;
}

#header .leftbarbuttonitem {
	padding: 5px;
	margin-left: 5px;
	float: left;
}

#header .rightbarbuttonitem {
	padding: 5px;
	margin-right: 5px;
	float: right;
}

#content {
	position: relative;
    background: url("Content-Background.png") no-repeat;
    width: 100%;
    height: 650px;
}

#appstore {
	position: absolute;
	top: 350px;
	left: 50px;
}

#screenshots {
	position: absolute;
	top: 98px;
	left: 339px;
}

#screenshots .container { 
	width: 226px; 
	height: 340px; 
	overflow:hidden;
	position:relative;
	cursor:pointer;
}  

#screenshots .slides {
	position:absolute; 
	top:0; 
	left:0;
}  

#screenshots .slides div {
	position:absolute;
	top:0;
	width:226px;
	display:none;
}

#description {
	position: absolute;
	top: 70px;
	left: 620px;
	width: 250px;
}

#description p {
	line-height: 1.2em;
	font-size: 13pt;
}

#description p.qualitybox {
	background: gray;
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid white;
	padding: 10px 10px 10px 20px;
	color: white;
	line-height: 1.8em;
	font-size: 11pt;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

#description a {
	color: black;
}

#details {
	background: url("Details-Background.png") no-repeat 0px 0px;
	clear: both;
	color: white;
}

#details .group {
	clear: both;
}

#details .detailbox {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 10px 20px 30px 20px;
}

#details h1 {
	font-size: 18 pt;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	font-weight: bold;
	text-shadow: #999999 0px 0px 3px;
}

#details h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	font-size: 12pt;
}

#details p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	font-size: 10pt;
	color: #cccccc;
}

#details img {
	float: left;
	width: 100px;
	height: 100px;
	padding: 3px;
	border: 1px solid #cccccc;
	margin: 0px 10px 10px 0px;
	-webkit-box-shadow: #999999 0px 0px 5px;
	-moz-box-shadow: #999999 0px 0px 5px;
}

#disclaimer {
	clear: both;
	width: 860px;
	color: #333333;
	font-size: 10px;
	padding: 0px 20px 20px 20px;
}

#disclaimer a {
	color: #333333;
}

a img {
	border: none;
}