@charset "UTF-8";

*{
	margin:0; 
	padding:0;
	font: 14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}
 
body{
	background: white url(../images/green_background.png);
	text-align:center;
	width:100%;
}

a{
	border:none;
}


#main{
	width:900px;
	margin-left: auto;
  	margin-right: auto;
	padding-top:30px;
	background: white url(../images/main_back.png) repeat-y;

}

#iphone_ad img{
	margin-bottom:50px;
	border:none;
}


#logo{
	display:block;
	width:357px;
	height:310px;
	margin-bottom:50px;
	margin-left: auto;
  	margin-right: auto;
	background: transparent url(../images/facebook_clover.png) no-repeat;
}

#explanation{
	width:580px;
	height:192px;
	margin-top:10px;
	margin-left: auto;
  	margin-right: auto;
	background: transparent url(../images/explanation_text.png) no-repeat;
}

#sneakpeak{
	width:140px;
	height:196px;
	margin-top:20px;
	margin-left: auto;
  	margin-right: auto;
	background: transparent url(../images/sneakpeak.png) no-repeat;
}

#screenshot{
	width:800px;
	height:730px;
	margin-top:20px;
	margin-left: auto;
  	margin-right: auto;
	background: transparent url(../images/screenshot.png) no-repeat;
}


span{
	display:none;
}

#copyright{
	padding:30px;
	font-size:12px;
	color:#333;
}
