body{
  margin:0;
  padding:0;	
  font-family: 'Questrial', sans-serif;
	}
	
.ar {
   font-family: 'DroidArabicKufiBold'; 
   font-weight: bold; 
   font-style: normal; 
	}
	
#content {
	background:#E6E7E8;
	overflow:hidden;
	width: 290px;
    height: 92px;
}
#logo{
    width: 270px;
    margin: 5px;
	}
.msg{
	  color: #fff;
	  padding: 5px;
	  clear: both;
	  font-weight: normal;
	  font-style: normal;
	  FONT-SIZE: 50px;
	  text-align: center;
	  text-shadow: 5px 5px 12px #555, 6px 6px 12px #555;
}
#content-holder{
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	}