body {
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			color: #666666;
			background-color:#000;
			margin: 0px;
			padding: 0px;
			text-align:center;	
			background:url("bg.png") repeat scroll 0px 0px transparent;		
			}
	
a		{
			font-weight: normal;
			text-decoration: none;
			color: #666666;
			border-bottom: 1px #666666 dotted;
			}
a:hover {
			color: #FFF;
			}		

#container {
			width: 960px;
			margin-left: auto;
			margin-right: auto;
			margin-top:0px;
			margin-bottom:10px;
			position: relative;
			text-align:left;
			background:url("phone.png") no-repeat scroll 420px 0px transparent;
			}
#header {

			height:200px;
			/* remove preview header if app is productive*/
			/* background:url("preview.png") no-repeat scroll 90px 100px transparent; */
		}

#content {
			margin-left: 0px;
			width: 440px;
			padding-top: 20px; /* opera */
			padding-left: 40px;
			}
#content img {
			float: left;
			}
			
.featuretitle {

		margin-left: 80px;
		font-weight: bold;
		font-size: 16px;
		color: #FFFFFF;
}

.featuredesc {
		padding-top: 10px;
		padding-bottom: 40px;
		margin-left: 80px;
		font-weight: normal;
		color: #999;
}
#appstore {
		padding-top: 20px;
		padding-bottom: 40px;
		margin-left: 0px;
		font-weight: normal;
		color: #999;
		/* link to app store */
		/* display:none; */
}

#appstore img {
		border: 0;
		float: right;
	}


		

#footer {
			clear: both;
			display: block;
			margin-top: 40px;
			margin-bottom: 30px;
			text-align: center;
			font-size: 12px;
	}
	
.hide { display: none; }

