html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#wscms_wrapper {
    padding-bottom: 50px;
    width: 100%;
	bottom: 0px;
	min-height: 100%;
	overflow: hidden;

}

#wscms_header {
    width: 100%;
/*	left: 0px;
	top: 0px;*/
}

#wscms_content {
	width: 100%;
	height: 100%;
	position: relative;
	margin:auto; 
	min-height: 100%;
/*	background: #0000AA;*/
	/*left: 0px;*/
}

#wscms_leftblock{
	position: relative;
	margin:auto; 
/*	padding-bottom: 50px;*/
}

#wscms_main {
	position: relative;
	margin:auto; 
/*	width: 800px;
	top: 20px;
	left: 220px;
*/
}

#wscms_rightblock{
	width: 100%;
	position: relative;
	margin:auto; 
}

#wscms_footer {
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;

}
