/* Main CSS Start */
/*importing reset stylesheet start*/
@import "reset.css";
/*importing reset stylesheet end*/

body {
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	
}
/*--------Generally css-------*/

#wrapper {
	width: 990px;
	height:880px;
	margin: 0 auto;
	
}



/* Header CSS Start */
#header {
	height: 59px;
	
	}
/* Header CSS End */
/* Content CSS Start */
#content {
	height:652px;
}
.intro-image
{
	width:803PX;
	height:578PX;
	position:absolute;
	z-index:-1;
	margin:49px 0 0 95px;
}
.intro-text
{
	margin:437px 0 0 54px;
	width:701px;
	height:98px;
	background-image:url(../images/welcome.png);
	background-repeat:no-repeat;
	position:absolute;
	text-indent:-999999px;
}
.intro-logo
{
	margin:526px 0 0 344px;
	width:310px;
	height:80px;
	position:absolute;
}
/* Content CSS End */


/* Footer CSS Start */
#footer {
	height: 100px;
	
}
.shargah_btn
{
	margin:25px 0 0 312px;
	width:180px;
	height:31px;
	float:left;
	
}
.ras_btn
{
	margin:25px 0 0 9px;
	width:180px;
	height:31px;
	float:left;
	
}
.copy-right
{
	margin:27px 0 0 344px;
	width:320px;
	height:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#A17F7E;
}
/* Footer CSS End */
