@charset "UTF-8";
body {
	background-image: url(../images/bkr_home2.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#wrapper {
	background-image: url(../images/bkr_main_home2.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
	visibility: visible;
	overflow: visible;
}
#logo{
	float: left;
	width: 450px;
	text-align: left;
}
#contact{
	float: right;
	width: 524px;
	text-align: right;
}
