@charset "utf-8";
html {
	height: 100%;
	background-color: #69abff;
}

body {
	min-height: 786px;
	height: 100%;
	margin: 0;
	background-color: #69abff;
}

#mainBCK {
	height: 100%;
	width: 100%;
	min-height: 786px;
	background-color: #C8E1E8;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}


#footBCK {
	height: 100%;
	width: 100%;
	min-height: 786px;
	background-image: url(../images/foot_water.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainWrapper {
	width: 497px;
	margin-right: auto;
	margin-left: auto;
}

