html {
	width:100%;
}
body {
	height:100%;
	margin:0px;
	padding:0px;
}
img {
	border:none;
	padding:0px;
	margin:0px;	
}

#mainPage {	}
#cmsDiv {
	width:100%;
	margin:0 auto;
}
#cmsHeader {}
#cmsCenter {
	width:100%;
}
#cmsLeft {}
#cmsMain {
	width:100%;
}
#cmsRight {}
#cmsFooter {}

.div_float_left { float:left; }
.div_float_right { float:right; }
.div_clear_both { clear:both; }

@font-face {
    font-family: 'spoon_regular';
    src: url('spoon_regular-webfont.eot');
    src: url('spoon_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('spoon_regular-webfont.woff2') format('woff2'),
         url('spoon_regular-webfont.woff') format('woff'),
         url('spoon_regular-webfont.ttf') format('truetype'),
         url('spoon_regular-webfont.svg#spoon_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}