* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #ffffff;
}
img {
	border: none;
}
body {
	margin: auto;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#main {
	position: absolute;
	z-index: 10;
	top: 380px;
	width: 417px;
	padding: 0px 0px 0px 383px;
}
	p, a, h1, h2 {
		font-family: arial, helvetica, sans-serif, verdana;
		font-size: 12px;	
		text-align: left;
		text-decoration: none;
	}
		h1 {
			color: #96bf0d;
			padding-bottom: 20px;
			font-size: 13px;	
		}
		h2 {
			color: #96bf0d;
			padding: 40px 0px 8px 0px;
			font-size: 13px;	
		}
		p, a {
			color: #666666;
			line-height: 140%;
			padding-bottom: 15px;
		}
			p span {
				padding: 0px 11px;
			}
			a:hover {
				text-decoration: underline;
			}
#logo {
	position: absolute;
	z-index: 20;
	top: 110px;
	height: 152px;
}
#download {
	position: absolute;
	z-index: 30;
	top: 693px;
	height: 50px;
}
	#download a {
		text-decoration: none;
	}
	#download img {
		padding-right: 10px;
	}
