* {
	margin:0;
	}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
	color:#c2c2c2;
	}
/*Main Style*/
html, body {
		height:100%;
	}

body {
		background:#092b62 url(images/bg.jpg) -20px 30px no-repeat fixed ;
		direction:rtl;
	}
#menu {
		background:url(images/menu.png) repeat-x;
		width:100%;
		right:0;
		z-index:5;
		position: absolute;
	}
#menu ul {
		width:878px;
		height:50px;
		margin:auto;
	}
#menu ul li {
		float:right;
		background:url(images/menuBt3.png) no-repeat;
		width:85px;
		height:31px;
		text-align:center;
		line-height:28px;
		margin:4px 0 0 5px;
			}
#menu ul li:hover {
		background:url(images/menuBt3.png) no-repeat;
		background-position:0 -31px;
}
#menu ul li a{
		font-size:12px;
		font-family:Tahoma, Geneva, sans-serif;
		display:block;
		widht:85px;
		height:31px;
			}
#wrap {
		height:auto !important ;
		height:100%;
		min-height:100%;
		margin:auto;
		width:900px;
	}
#container {
		
	}
.logo {
	position:absolute;
	z-index:10;
	left:0;
	top:4px;
}

#content {
		background:url(images/contentBg.png) repeat;
		padding:20px 30px;
		min-height:450px;
		width:580px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
#content h1 {
		color:#94bcff;
		font-size:36px;
		font-family:Arial, Helvetica, sans-serif;
		margin-bottom:10px;
	
	}
#content p {
		color:#678ed0;
		font-size:12pt;
		font-weight:bold;
		text-align: justify;
		line-height:1.8;
		
	}

#footer {
		background:#000;
		padding:20px 0;
		width:100%;
		 margin-top:50px;
		
	}
.footerC {
		width:878px;
		margin:auto;
	}

.push {
	}