html {
	background-image: url(img/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	
	color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 17pt;
}

body {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

a {
	color: #99F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 28pt;
	text-align: center;
	font-weight: normal;
	text-shadow: #003 0px 3px 8px;
}

h1 a {
	color: white;
}

h2 {
	font-size:10pt;
}

ul {
	padding-left: 17px;
}

#thumbBox {
	position: absolute;
	left: 450px;
	top: 278px;
}

img {
	border: 1px solid #336;
	margin-right: 10px;
}

#description {
	padding: 0px 25px 0px 25px;
	width: 350px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 150px;
	background-image:url(img/descriptionBox.png);
}

#support {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	border: 1px solid #336;
	padding: 0px 20px 0px 20px;
	margin-top: 50px;
}

#buyButton {
	position: absolute;
	top: 137px;
	left: 450px;
	background-image: url(img/pillShine.png);
	width: 260px;
	height: 34px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

#supportButton {
	position: absolute;
	top: 201px;
	left: 450px;
	background-image: url(img/pill.png);
	width: 260px;
	height: 34px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

a p {
	color:white;
}

#copyright {
	position: absolute;
	text-align: center;
	width: 750px;
	top: 650px;
	color: #336;
	padding-bottom: 15px;
}

#copyrightsupport {
	text-align: center;
	color: #336;
}