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

body {
background-color: #f8e6da;
background-image: url(../img/bg/content_bgB.jpg);
}

#ContainerMain {
	background-image: url(../img/bg/content_bgB.jpg);
	background-repeat: repeat-y;
	background-position: top;

}

#ContentHead {
	background-image: url(../img/bg/content_topB.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 541px;
}
#ContentFooter {
	background-image: url(../img/bg/content_fotB.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 979px;
	margin-left: auto;
	margin-right: auto;
}

