@charset "utf-8";
/* CSS Document */

body, html {height: 100%;}

#footer[id] {position:fixed; display: table; height: 80px; bottom:0; z-index: 1; width:100%;}

#fcell[id] {display: table-cell; vertical-align: bottom;}


body {
	background-image:url(images/background_landing.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-position:bottom;

}

.LeftBlock {
	background-image:url(images/landing_block_l.png);
	background-repeat:no-repeat;
	background-position:top-right;
}

.RightBlock {
	background-image:url(images/landing_block_r.png);
	background-repeat:no-repeat;
	background-position:top-left;

}



