body {
    margin: 0px;
    padding: 0px;
    background: #fff url(/gfx/page-bg.png) repeat-x;
    font-family: Arial;
    font-size: 14px;
    color: #21271f;
}

a {
    color: #333;
}

a img {
    border: none;    
}

#page {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 790px;
    background: transparent url(/gfx/background.jpg) no-repeat;
}

h1 {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 380px;
    height: 100px;
    text-indent: -1000px;
    background: url(/gfx/title.png) no-repeat;
}

h3 {
	position:absolute;
	top:370px;
	left:50px;
	font-size:16px;
	margin:10px 0;
	padding:0;
}

h5 {
    display: none;
}

ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style: none;
}
ul li{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(/gfx/li.png) no-repeat 0px 6px;
	line-height: 16px;
}

#description {
	position: absolute;
	top: 162px;
	left: 50px;
	width: 355px;
	min-height: 0px;
	text-align: left;
}
#description p {
    margin: 0px 0px 10px 0px;
    line-height: 22px;
}
#description p.requirements {
    font-size: 12px;
}

#features li {
	position:relative;
	top:410px;
	left: 50px;
	width: 355px;
	text-align:left;
	color:#000000;
	font-size:12px;
	line-height:22px;
}

#appstore {
	position: absolute;
	top: 680px;
	left: 53px;
	width: 185px;
	height: 61px;
}

#iphone {
	position: absolute;
	top: 249px;
	left: 616px;
	width: 240px;
	height: 350px;
	z-index: 1;
}

#skiller hr {
border: 0;
color: #E6E6E6;
background-color: #E6E6E6;
height: 1px;
width: 980px;
text-align: left;
}

#footer {
	position: absolute;
	top: 810px;
	left: 51px;
	width: 900px;
	text-align: left;
}
#footer .left {
	position: absolute;
	top: 0px;
	left: 0px;
}
#footer .left p {
    color: #666;
    font-size: 9px;
}
#footer .right {
	position: absolute;
	top: 10px;
	right: 0px;
}
#footer .right .woerk {
    margin-right: 20px;
    float: left;
}
#footer .right p {
    margin: 0px;
    padding: 0px;
    float: left;
    color: #666;
    font-size: 10px;
    line-height: 16px;
}
#footer .right p a {
    margin-left: 20px;
    color: #666;
    text-decoration: none;
}

