*{
	outline: 0px;
	padding: 0px;
	margin: 2px;
}

div, a, h1, h2 {
    vertical-align: middle;
    text-align: center;
}

body{
	direction: rtl;
	color: #444;
	font-size: 15px;
	font-family: tahoma;
}

h1{
	font-family: Droid Arabic Kufi, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #317EAC;
	font-weight: 500;
	line-height: 1.1;
}

#header{
	background: #f9f9f9;
	padding: 40px;
	color: #000;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

#footer{
	background: #f1f1f1;
	padding: 8px;
	font-size: 14px;
	color: 000;
	text-align: right;
	border-top: 1px solid #ccc;
	position: fixed;
	bottom: 0px;
	width: 100%;
}



