* {
	padding: 0px;
	margin: 0px;
}

body {
	background-position: 0px 0px;
	background-image: url(pagebg.png);
	background-color: #707070;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	overflow: none;
	height: 100%;
}

#wrapper {
	bottom: 0px;
	height: auto;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-right: 7px;
	padding-top: 0px;
	background-repeat: repeat-y;
	background-image: url(shadow.png);
	margin-right: auto;
	margin-left: auto;
	width: 936px;
}

#main {
	padding-bottom: 0px;
	height: 100%;
	background-color: #d9d9d9;
	background-position: 0 110px;
	background-repeat: repeat-x;
	position: relative;
	width: 936px;
	background-image: url(main-bg.png);
}

#header {
	background-repeat: repeat-x;
	background-image: url(header-bg.png);
	padding-bottom: 40px;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	width: 836px;
	height: 42px;
}

#previewimg {
	right: 30px;
	top: 30px;
	position: absolute;
}

#content {
	margin-top: 15px;
	margin-left: 31px;
	width: 510px;
}

#content h1 {
	margin-bottom: 5px;
	margin-left: 40px;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4em;
	color: #484848;
}

#content p {
	line-height: 1.5em;
	color: #858585;
	font-size: .85em;
}

.bulletimg {
	margin-top: -3px;
	float: left;
}

.blurb {
	padding-bottom: 20px;
}

#downloadnow {
	top: 500px;
	position: absolute;
	right: 10px;
	width: 360px;
	height: 200px;
}

#requirements {
	left: 170px;
	top: 3px;
	color: #545454;
	margin-right: 12px;
	line-height: 1.65em;
	position: absolute;
	font-size: .55em;
}

#downloadbutton {
	float: left;
}

#requirements p {
	float: left;
}

#universal {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#instructions, #paypal-about {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	color: #868686;
	font-size: .65em;
}

#footer-right {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(footer-right.png);
	height: 44px;
}

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

a:hover {
	text-decoration: underline;
}

#footer-left {
	background-position: left;
	background-image: url(footer-left.png);
	background-repeat: no-repeat;
	width: 912px;
	height: 44px;
}

#footer-content {
	text-align: center;
	color: #666666;
	font-size: .7em;
	width: 898px;
	margin-left: 26px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(footer-bg.png);
	height: 48px;
}

a img {
	border-width: 0px;
}

#downloaded {
	width: 500px;
	text-align: center;
	padding: 20px;
	z-index: 10;
	right: 30%;
	left: 30%;
	bottom: 20px;
	top: 30%;
	position: fixed;
}

#downloaded strong {
	font-size: 1.2em;
}

#downloaded {
	width: 500px;
	color: #404040;
	font-size: .8em;
}

#downloaded-inner {
	background-color: white;
}

.darker {
	background: #ddd;
	opacity: 0.9;
	padding: 15px;
	margin-bottom: 10px;
}