@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	}

#header {
	background-color: #7af3ee;
	height: 200px;
	width:100%;
	position: absolute;
	top:0;
	z-index:-1;
}

#footer {
	position: absolute;
	background-color: #1fcdc6;
	height: 100px;
	width:100%;
	bottom: 0;
	z-index:-1;
}


#main {	
	width: 800px;
	margin: 0 auto;
	position: relative;
}

p {
	font-family: arial;
	direction:rtl;
}

#p1 { 
	margin-top: 30px;
	font-size: 70px;
	}
	
#logo {
	margin-top: 30px;
	width: 721px;
	margin-right: auto;
	margin-left: auto;
	}
	
#p2 {
	margin-top: 40px;
	font-size: 41px;
	background-color: #ffbe2c;
	height: 48 px;
	width: 784 px;
	text-align: center;
	}
	
#p3 {
	margin-top: 60px;
	color: #43a6a2;
	font-size: 60px;
	text-align:center;
}