@charset "utf-8";
body {
	background-color: #187CBA;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
}
HTML {
MIN-HEIGHT: 100%; HEIGHT: 100%;
}
BODY {
MIN-HEIGHT: 100%; HEIGHT: 100%;
}
.centered{
	vertical-align: middle;
}
.container {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	min-width:850px;
	min-height:400px;
	HEIGHT: 100%;
	/*height: 1200px;*/
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
