html {
    margin: 0; padding:0;
    background: #808080 url(/css/bg.png) repeat-x;
    font-family: "Lucida Grande", Halvetica, "Trebuchet MS", Verdana, Arial;
    font-size: 14px;
    color: #fff;
}

body {
		margin:0; padding: 0;
    background: url(/css/iphone.jpg) no-repeat top center;	
}

a img {
    border: none;    
}

a,
a:hover
a:visited {
	color: white;
	font-weight: bold;
}

#header {
	height: 580px;
}

#footer {
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom:15px;
	background: #1b294c url(/img/footer.png) repeat-x;	
}

#footer p{
	text-align: center;
	width:600px;
	margin: 0 auto;
}

h1 {
    position: absolute;
    text-indent: -1000px;
}
h2 {
    display: none;
}

#content {
	width:800px;
	margin: 0 auto;
}

#description {
	float:left;
	width:500px;
	font-size: 16px;
}
#appstore {
	float:right;
	width:250px;
	padding-top: 0;
}

#header ul {
		font-size: 10px;
		top:10px;
		right:50px;
		position: absolute;
}
	#header li {
		display: inline;
		list-style-type: none;
	}
	
	
	#header li a:hover {
		color: yellow;
	}
