body {
	background-color:f9dc1c;
	}
#logo{
    margin: 200px auto;
	height: 136px;
	width: 722px;
	background-image: url(logo.png);
	background-repeat:no-repeat;
	}
#but{
	 margin: 200px auto;
	 width: 600px;
	 text-align: center;
	}	
#google_play{
	height: 80px;
	width: 230px;
	background-image: url(google_play.png);
	background-repeat:no-repeat;
	float:right;
	}
#app_store{
	height: 80px;
	width: 230px;
	background-image: url(app_store.png);
	background-repeat:no-repeat;
	float:left;
	}

#email{
	clear:both;
	margin-top: 120px;
	background-image: url(email.png);
	display: inline-block;
    color: white;
	width:238px;
	height:17px;
	}

