#border_left {
	background-image: url(images/border_y_left.png);
	background-repeat: repeat-y;
	height: 100%;
}
#logo_menu {
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 972px;
	left: 18px;
}
#border_right {
	background-image: url(images/border_y_right.png);
	background-repeat: repeat-y;
	height: 100%;
}
#bar {
	position: absolute;
	top: 272px;
	height: 5px;
	left: 15px;
}

#top {
	position: absolute;
	top: 0px;
}
.separator_y {
	background-image: url(images/border_y.gif);
	background-repeat: repeat-y;
}
.separator_x {
	background-image: url(images/border_x.gif);
	background-repeat: repeat-x;
}
.footer {
	background-attachment: fixed;
	background-image: url(images/img_footer.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 906px;
	padding-top: 2px;
}
