/* Body ////////////////////////////////////////////////////////////////////////////*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background-position: center top;
	background-color: #7c93b0;
	background-image:url(../img/BgBody.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
}
img {
	display: block;
	border: none;
}
.top {
	width: 100%;
	height: 480px;
	text-align: center;
}
.bottom {
	width: 100%;
	height: 350px;
	background-image:url(../img/bottom_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
