body {
	text-align: center;
	background-image:url(../images/bac_page.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ababab;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	margin:0;
	padding:0;
}

div.contenttop{
	float:left;
	width:100%;
	background-image:url(../images/bac_body_top.png);
	background-repeat:no-repeat;
	background-position:center top;
}
div.content{
	float:left;
	width:100%;
	background-image:url(../images/bac_body.png);
	background-repeat:repeat-y;
	background-position:center top;
}
div.logo{
	width:800px;
	height:225px;
}
div.menu{
	width:780px;
	height:15px;
}
div.allcontent{
	width:760px;
}
div.body{
	width:730px;
	float:left;
	padding:0 15px 15px 15px;
	text-align: left;
	min-height:600px;
	height:auto !important;
	height:600px;
}
div.header{
	width:760px;
}
div.footer{
	width:99%;
}
div.copyright{
	float:left;
	width:100%;
	background-image:url(../images/bac_bot.png);
	background-repeat:no-repeat;
	background-position:center top;
}





