@CHARSET "UTF-8";

body {
	margin: 0px;

}
html
{
	overflow: scroll;
}

#aboutbodywrap{

	/*border:1px solid black;*/
	width: 1060px;
	height :100%;
/*
margin:auto;
*/
	font-family:  Arial;
	font-size:16px;
	font-weight: normal;
	color: black;
	text-align:justify;
	margin-top:22px;
	/*height:auto;*/
	min-height:100%;
}
#aboutbodymanage{
 /* border:1px solid black;*/
	width: 1060px;
	height:782px;
	margin-top: 7px;
	margin-left:0px;
	float: left;
	padding: 0px;
	font-family:  Arial;
	font-size:16px;
	font-weight: normal;
	color: black;

}
.aboutbodytextmanage{

	float: left;
	padding: 0px;
	font-family:  Arial;
	font-size:16px;
	font-weight: normal;
	color: black;

}
#footerabout{
	/*border:1px solid red; */
	font-family: Arial;
	font-size: 11px;

	/*margin-left:270px;*/
	color: black;
	width: 1060px;
	height: 45px;
	font-weight: bold;
	text-align: center;
	float: center;
	position: relative;
	background: url(../images/FooterBg.png) repeat-x;
	padding-top:10px;
	overflow:hidden;

}
#divwrapper{
	overflow:hidden;
	height:auto;
	width:auto;
	padding:0px;
}