#background {
	position: relative;
	height: 1240px;
	width: 1200px;
	background-image: url(../images/bg3.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#container {
	height: 1240px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#welcome {
	position: absolute;
	right: 145px;
	left: 410px;
	color: #393939;
	text-decoration: none;
	font: 0.9em/29px Lucida Sans Unicode;
	text-align: center;
	background: url(../images/welcome.png) no-repeat;
	top: 365px; /*235px; /*374px;*/
	width: 350px;
	height: 575px;
}

#welcometitle {
	font-size: 2.5em;
	font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif;
	padding-bottom: 20px;
}

#welcometxt {
	top: 20px;
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
}

#bannerpic {
	position: absolute;
	right: 135px;
	left: 400px;
	top: 95px;
	width: 370px;
	height: 260px;
}

#mahr {
	background: url(../images/mahr.png) no-repeat;
	height: 140px;
	width: 325px;
	position: absolute;
	top: 95px;
	left: 38px;
	right: 637px;
}

#mahrtxt {
	text-align: center;
	position: absolute;
	color: #393939;
	top: 10px;
	font: 1em/25px Arial;
	padding-right: 31px;
	padding-left: 31px;
	right: 31px;
	left: 31px;
}

#mahrupdate {
	font-size: 0.8em;
	text-decoration: none;
}

#mahrtitle {
	font-size: 1.5em;
	text-decoration: none;
	font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif;
}

a:link.mahr, a:visited.mahr {
	text-decoration: none;
	color: #2e7dc1;
	font-family: Arial;
}
a:hover.mahr, a:active.mahr {
	text-decoration: none;
	color: #c12d2d;
	font-family: Arial;
}

#twitter {
	top: 235px;
	position: absolute;
	width: 325px;
	right: 637px;
	left: 38px;
}

#footer {
	width: 994px;
	color: #999999;
	position: absolute;
	left: 3px;
	top: 1220px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	right: 3px;
	padding-top: 2px;
	font: 0.7em Arial, Helvetica, sans-serif;
}

