body {
	background-color:#f85e05;
	}
#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{
	display: block;
    padding-top: 250px;
    font-family: Calibri;
    font-size: 20;
    color: white;
	}


