* {
  margin:0;
  padding:0;
}

body {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	color:#fff;
}

#header_wrap {
	position:relative;
	z-index:10;
	background-image: url(b.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#header {
	width:800px;
	height:210px;
	margin:0 auto;
	position:relative;
	background-repeat: no-repeat;
}

#header h1 {
	width:420px;
	height:70px;
	background:url(images/fr/header.png) no-repeat;
	position:relative;
	top:205px;
	left:400px;
}

#header h1 a {
	display:block;
	width:420px;
	height:110px;
}

#header h2, #header h1 a span {display:none;}

#iphone {
  width:438px;
  height:650px;
  background:url(images/iphone.png) no-repeat;
  position:absolute;
  top:80px;
  left:-20px;
}

#screenshots {
  list-style-type:none;
  position:absolute;
  bottom:0;
  left:84px;
}

#screenshots li {
  float:left;
  padding:0 4px;
}

#language {
  list-style-type:none;
  position:absolute;
  top:18px;
  right:0;
}

#language li {
  float:left;
  padding:0 0 0 8px;
}

#language li a {
  color:#ff9595;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
}

#language li.active a {color:#fff;}

#content {
  width:440px;
  margin:0 auto;
  padding:140px 0 0 0;
  position:relative;
  z-index:10;
  left:185px;
}

#content h2 {
	width:385px;
	height:130px;
	margin-left:40px;
	background:url(images/fr/headline1.gif) no-repeat;
	text-indent:-99999px;
}

#download_button {
	width:277px;
	height:61px;
	display:block;
	background:url(images/en/download_button.png) no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 40px;
}

#download_button span {display:none;}

#free_label {
	display:block;
	width:90px;
	height:86px;
	background:url(free.png) no-repeat;
	position:absolute;
	right:41px;
	top:43px;
	text-indent:-99999px;
}

#basic_label {
	display:block;
	width:122px;
	height:120px;
	background:url(basic.png) no-repeat;
	position:absolute;
	right:200px;
	bottom:0px;
	text-indent:-99999px;
}

div.description {
	padding:15px 0 15px 45px;
	position:relative;
	width:350px;
	font-size:10px;
	color:#ccc;
}

div.description img {
  position:absolute;
  top:19px;
  left:0;
}

div.description a {
	color:#ccc;
	font-size:10px;
	}
	
div.description a:hover {
	text-decoration:underline;
	}

div.description p.text {
}

.description p {
  line-height:23px;
}

#jilion a {
	display:block;
	width:200px;
	height:40px;
	background:url(images/jilion.png) no-repeat;
	margin:25px 0 0;
}

#jilion a span {display:none;}

#footer {
  width:800px;
  margin:0 auto;
  text-align:center;
  padding:40px 0 70px 0;
  font-size:10px;
  letter-spacing:1px;
}

#footer strong a {
  font-weight:bold;
}

a {
  text-decoration:none;
  color:#000;
  outline:0;
}

img {
  border:none;
}

* html img,
* html .png {
  position:relative;
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
  this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
  this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

