<!--
body {
	margin: 0; padding: 0;
	background: #371111 url(../pix/bcg-big.jpg) no-repeat center top;
	font: normal 11px tahoma, verdana, arial;
	color: #fff; height: 100%; text-align: center;
}

/*** img switcher ***/
.imgsw {
	position: relative;
	display: block;
	overflow: hidden;
}
.imgsw a {
	position: relative;
	display: block;
	width: 100%; height: 100%;
	overflow: hidden;
}
.imgsw span {
	position: absolute;
	display: block;
	width: 100%; height: 100%;
	top: 0; left: 0;
	overflow: hidden;
}

#wrpr {
	text-align: left;
	margin: 0 auto;
	width: 880px;
	background: transparent url(../pix/bcg-mid.jpg) repeat-y center 0;
}

#header {
	position: relative;
	height: 70px;
	background: #371111 url(../pix/bcg-big.jpg) no-repeat center 0;
}
#container {
	overflow: visible;
	background: transparent url(../pix/bcg-picl.jpg) no-repeat 50px 100%;
	min-height: 530px;
	height: auto !important;
	height: 530px;

}
#sidebar {
	float: left;
	width: 237px;
	background-color: transparent;
	margin-bottom: 264px;
	background: transparent url(../pix/bcg-big.jpg) no-repeat -760px -70px;
}
#sidebar a.logo {
	width: 187px; height: 104px;
	margin-left: 50px;
}
#sidebar a.logo span {background: #371111 url(../pix/gallajos-logo.jpg) no-repeat 0 0;}

#main {
	float: left;
	width: 643px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background: transparent url(../pix/bcg-big.jpg) no-repeat -997px -70px;
}
#cnt {
	margin: 0 70px 0 20px;
	background-color: #fbf7f7;
}
#footer {
	clear: both;
	position: relative;
	height: 70px;
	background: #371111 url(../pix/bcg-bottom.jpg) no-repeat 0 0;
}












-->