@charset "utf-8";
/* CSS Document */


body{
font-family:Arial, Georgia, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
font-weight:bold;
color:#fff;
background:url(images/top_background.png);
background-repeat:no-repeat;
background-color:#000000;
background-position:center top;
margin:0;
}

#container{
	width:970px;
	margin:5px auto;
}

#innercontainer{
	min-height:2400px;
	background:url(images/body_background.png);
	background-repeat:no-repeat;
	background-position: center top;
	margin-top: 20px;
}

#top{
	text-align:center;
	height: 280px;
	position: relative;
}

#top_background
{
	position: absolute;
}

#top_logo
{
	position: absolute;
	width: 100%;
	margin-top: 40px;
}

#screenshots{
	margin-top: 215px;
	height: 600px;	
}

#reviews{
	position: absolute;
	margin-left: 340px;
	font-size: 16px;
}

#information{
	height: 700px;
	position: relative;
	margin-top: 400px;
	margin-left: 200px;
	margin-right: 200px;
}

#floatdiv{
	float:right;
	position:relative;
	text-align:center;
	font-size:12px;
	height:100px;
	width:85px;
	padding:0px;
	margin-top:-250px;
	margin-right:-10px;
}

#bottom{
	clear:both;
	text-align:center;
	padding-top:25px;
	height:55px;
	font-size:12px;
	margin-left:8px; 
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(images/footer.png);
}

/*
This is for the Download button at top and bottom of page
*/
.imagecenter{
	display:block;
	margin:0px auto 0px auto;
	padding-top: 35px;
}

.imagecentre{
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.imageleft{
	margin-left:150px;
	margin-top:2px;
	margin-bottom:2px;
}

.imagefloatright{
	float:right;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:145px;
}

h1{
font-size:24px;
color:#333333;
letter-spacing:8px;
}

h2{
	font-size:16px;
	color:#FFF;
	text-align:left;
	letter-spacing:normal;
}

h3{
font-size:18px;
margin:0;
padding:0;
}

p {
margin-left:3px;
}

a:link{
color:#d09460;
text-decoration:none;
}

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

a:hover{
color:#e9dcd0;
text-decoration:none;
}

a:active{
color:#dadada;
text-decoration:none;
}

#bullet{
margin-left:40px;
padding-left:0;
list-style:none;
}

.phone{
display:block;
margin-left:auto;
margin-right:auto;
width:600px;
height:321px;
background-image:url(images/phone.png)
}

.credits{
	font-size:10px;
}
