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

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

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


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

#mainWrapper #leftSide {
	float: left;
	width: 327px;
}
