/* =================== RESET CSS START ===================== */

@charset "utf-8";

/* CSS Document */



* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	hasLayout:1;
	zoom:1;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* =================== RESET CSS END ===================== */

body {
	background:#ecf6ff url(img/retete/body_bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.wrapper {
	background:transparent url(img/retete/lp.png) no-repeat;
	width:1002px;
	height:684px;
	margin:50px auto 30px;
}

p {
	color:white;
	text-shadow:0px 1px 2px #000;
	position:absolute;
	left:50%;
	margin-left:-93px;
	top:300px;
	width:570px;
	text-align:justify;
}

p a{
	color:#dcb501;
	text-decoration:none;
}

a.android , a.iphone{
	display:block;
	position:absolute;
	top:519px;
	left:50%;
	margin-left:-93px;
	width:266px;
	height:54px;
	text-indent:-9999px;
	background:transparent;
}

a.iphone{
	margin-left:183px;	
}
