/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font: 14px bmifont, serif; color:#FFF }

#page-wrap		    { width: 950px; margin: 0 auto; direction:rtl; }

h1                  {
	margin: 25px 0;
	font: 14px bmifont, Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: bmifont;
}

#quiz input {
    vertical-align: middle;
}

#quiz ol {
   direction:rtl;
   margin: 0 0 10px 20px;
}

#quiz ol li {
	direction:rtl;
   margin: 0 0 20px 0;
}

#quiz ol li div {
   padding: 4px 0;
}

#quiz h3 {
   font-size: 17px; margin: 0 0 1px 0; color: #666;
}

#results {
    font: 44px bmifont, Serif;
}input {
	font-family: bmifont;
	font-size: 12px;
}
body {
	background: url(Ramadan.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: bmifont;
	font-size: 12px;

}
