body {
	background: repeat url(images/bg.png);
	font: 9px/17px Lucida Grande, Geneva, Helvetica;
	color: #7c7870;
	margin: 0;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}

a:hover, a:active {
	color: #e9d200;
	text-decoration: underline;
}

img {
	border: 0;
}

.image-left {
	float: left;
	padding: 0px 5px 0 0;
}

.image-right {
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0px auto;
}

#headerhero {
	background: no-repeat url(images/headerhero.png);
	height: 180px;
	width: 402px;
	margin: 0px auto;
	margin-top: 25px;
	z-index: 100;
	position: relative;
}

.division {
	height: 30px;
	background: no-repeat url(images/division.png);
	width: 200px;
	margin: 0px auto;
	margin-bottom: 4px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-top: 100px;
	position: relative;
}

#containertext {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6px;
	width: 350px;
	z-index: 100;
	position: relative;
}



p.color {
	background: #262522;
}

#foot {
	background: no-repeat url(images/footer.png);
	height: 154px;
	width: 402px;
	margin: 0px auto;
}

#foot p {
	padding-left: 62px;
	padding-top: 127px;
}




.downloadpreview {
	width: 340px;
	height: 200px;
}

.square {
	width: 340px;
	height: 200px;
	position: relative;
	background-image: url(images/square.png);
}

.preview {
	width: 340px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.close {
	position: absolute;
	z-index: 3;
	bottom: 15px;
	left: 15px;
}

.text {
	position: absolute;
	display: none;
	width: 340px;
	height: 200px;
	background-image: url(images/selection.png);
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

ul {
	list-style-type: none;
	width: 150px;
	padding: 0;
	margin: 15px 10px 0;
}

li {
	list-style-type: none;
}

.title {
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-shadow: 0 1px 2px #000;
	text-align: left;
	padding-left: 10px;
}

.name {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.desc {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.dwnlink {
	font-weight: bold;
	font-size: 14px;
	line-height: 55px;
}
