html {
	background-image: url('bg.png');
	background-position: 50% 50%;
	color: white;
}

body {
}

a:link,
a:active,
a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#upperpart {
	background: black url('logo.png') no-repeat;
	width: 100%;
	padding: 225px 0px 0px 0px;
	margin: 0;	
}

#introduction {
	margin: 0 32px;
}

#middlepart {

}

#doc {
	min-width: 750px;
	width: 750px;
	padding-bottom: 32px;
}

.clear {
	clear: both;
	width: 100%;
}

h1 {
	font-family: Georgia;
	font-size: 167%;
	text-align: center;
}

h4 {
	font-size: 85%;
	text-align: center;
	margin: 0 0 4px 0;
}

#preloader img {
	position: absolute;
	left: -500px; top: -500px;
	width: 1px; height: 1px;
}

.spacer {
	height: 30px;
}

/* Offer Box */

h3 {
	margin: 8px 0px 0px 48px;
	font-size: 116%;	
}


ul {
	margin: 16px;
	padding-bottom: 0;
}

ol {
	margin: 16px;
	padding-bottom: 0;
}

ol li  {
	margin: 9px 16px;
	font-size: 93%;
}

ul li {
	margin: 9px 16px;
	font-size: 93%;	
}


#offer {
	float: right;
	width: 330px;
	background-color: #444;
	border: 1px solid #888;
	margin-right: 64px;
	margin-top: 32px;
}

/* Offer Box Ends */

/* Screenshots */

#screenshots {
	float: right;
	width: 330px;
	margin-right: 65px;
	margin-top: 32px;

}

.screenshotcontainer{
	float: left;
	background: url('screenshot.png') no-repeat;
	width: 80px;
	height: 112px;
	margin: 1px;
	cursor: pointer;
}

.screenshotcontainer.hover{
	background: url('screenshothover.png') no-repeat;
}


.screenshot {
	border: 0;
	margin: 8px;
}


/* Screenshots Ends */
/* iPhone */

#iphone {
	float: left;
	background: black url('iphone.png') no-repeat;
	width: 288px;
	height: 544px;
	margin-top: 32px;
	margin-left: 32px;
}

#activescreenshotbg {
	width: 240px;
	height: 360px;
	background: transparent no-repeat;
	position: relative;
	top: 96px;
	left: 24px;
}


#activescreenshot {
	float: left;
	width: 240px;
	height: 360px;
	background: url('loading.png') no-repeat transparent left bottom;
}

/* iPhone Ends */


/* Support */
#support {
	margin: 32px auto;
	width: 500px;
	background-color: #444;
	border: 1px solid #888;
}

/* Credits */
#credits {
	margin: 32px auto;
	width: 500px;
	background-color: #444;
	border: 1px solid #888;
}

#credits p {
	text-align: center;
	font-size: 131%;
	margin-bottom: 2px;
}

#credits a:link,
#credits a:active,
#credits a:visited {
	color: white;
	font-size: 77%;
	font-weight: bold;
	text-decoration: underline;
}

#credits a:hover{
	text-decoration: none;
}

/* Buy now */
#buynow {
	float: right;
	width: 330px;
	margin-right: 64px;
	margin-top:24px;
	margin-bottom: 8px; 
	text-align:center;
}

#buynow h4 {
	margin-top: 4px;
}

#buynow p {
	padding-top: 8px;
	font-size: 11px;
	color: #ccc;
}

/* Disclaimers */
#disclaimers {
	margin-top: 16px;
	margin-right: 64px;
	font-size: 85%;
	font-style: italic;
	float: right;
	width: 330px;
}

/* Links */
#links {
	margin: 0 auto;
	width: 650px;
	background-color: #444;
	border: 1px solid #888;
	margin-top: 32px;
	text-align: center;
}


/* Disclamers & Copyright */
#footer {
	margin-top: 16px;
	padding: 0 32px;
	clear: both;
}

.disclaimer {
	font-size:  85%;
	width: 700px;
}

.copyright {
	font-size:  85%;
	margin-top: 16px;
	text-align: center;
	font-weight: bold;
}

/* Ends */

/* IE 6 hack... if you're reading this and you use IE6 - GetFireFox.Com, unfortunately anyone who knows how to check the source of a css file is educated enough to have gotten firefox ( Opera or even IE7 ) */
* html #doc {
		padding-left: 64px;
}

