body, div, h1, h2, h3, h4, h5, h6, p, ul, li, img, header, section, aside, footer, button {
	margin: 0; padding: 0; border: 0;
}

body {
	font-family: ΞΆΘνΡΕΊΪ, Helvetica, Arial, Sans-Serif;
	background: #950505 url(images/bg.gif);
	text-align:center;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0 10px 0;
	position: relative;
	overflow: hidden;
	text-align:left;
}

header {}
	header img#logo {
		margin: 0 0 20px 0;
	}
	header h1 {
		margin: 0 0 30px 90px;
		font-size: 60px; 
		font-weight: normal;
		line-height: 74px;
		color: #ffffff;
		text-shadow: 0px 0px 10px #ffffff;
	}
	
section {
	margin: 0 15px 15px 0;
	width: 530px;
	float: left;
}
	section p {
		margin: 0 0 20px 90px;
		font-size: 22px;
		line-height: 35px;
		color: #d9d9d9;
		text-shadow: 0px 1px 5px #000;
	}
	section h2 {
		margin: 0 0 10px 90px;
		font-size: 40px;
		font-weight: normal;
		color: #ffffff;
		text-shadow: 0px 0px 10px #ffffcc;
	}
	section ul {
		margin: 0 0 15px 90px;
		font-size: 22px;
		line-height: 45px;
		color: #eee;
		text-shadow: 0px 1px 5px #111;
		font-family: ΣΧΤ², Helvetica, Arial, Sans-Serif;
	}
	
aside {
	background: url(../images/iphone.png);
	position: absolute;
	top: 20px;
	right: 0;
	width: 415px;
	height: 743px;
}

footer {
	width: 960px;
	float: left;
	clear: both;
	overflow: hidden;
}
	footer a#app-store {
		display: block;
		width: 198px;
		height: 72px;
		background: url(../images/app-store.png);
		text-indent: -9999px;
		margin: 0 0 0 84px;
		float: left;
	}
	footer p {
		float: right;
		clear: right;
		font-size: 16px;
		color: #5a5a5a;
		margin: 10px 0 0 0;
	}
footer #companny {
		float: left;
		clear: left;
	}
	footer #companny ul,a {
		margin: 0 0 15px 90px;
		font-size: 18px;
		line-height: 36px;
		color: #eee;
		text-shadow: 0px 1px 5px #111;
		font-family: ΣΧΤ², Helvetica, Arial, Sans-Serif;
	}

#download_block{
	margin-left:80px;
}
	
#btn_download:hover {
	background: url(../images/btn_down.png) no-repeat;
}
#btn_download {
	background: url(../images/btn_down.png) no-repeat;
	width: 320px;
	height: 102px;
	display: block;
}
#version {
	color: #9AB187;
	top: 388px;
	left: 135px;
	position:absolute;
}
