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

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

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:390px;
	left:52px;
	font-size:16px;
	margin:10px 0;
	padding:0;
	width: 130px;
	height: 20px;
	color: #333333;
}

h5 {
    display: none;
}

ul,li{
	margin:0;
	padding:10;
	list-style-image: url(gfx/li.png);
}

#description {
	position: absolute;
	top: 182px;
	left: 50px;
	width: 382px;
	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:440px;
	left: 50px;
	width: 380px;
	text-align:left;
	color:#000000;
	font-size:14px;
	line-height:28px;
}

#appstore {
	position: absolute;
	top: 639px;
	left: 130px;
	width: 185px;
	height: 61px;
}

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

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

#footer {
	position: absolute;
	top: 772px;
	left: 51px;
	width: 500px;
	text-align: left;
}
#footer a.woerk {
	position: absolute;
	top: 10px;
	left: 650px;
}
#footer p {
    color: #666;
    font-size: 9px;
}
