@charset "UTF-8";
body {
	background-image: url(bkr.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	background-color: #053c75;
}

#homewrapper {
	background-image: url(wrapper.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
	visibility: visible;
	overflow: visible;
	height: 100%;
}
#logo{
	float: left;
	width: 450px;
	text-align: left;
}
#contact{
	float: right;
	width: 524px;
	text-align: right;
}
#bodyshell{
	background-image: url(bkr_body.png);
	background-repeat: repeat-y;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}
#flashcomponent{
	height: 340px;
	width: 874px;
}
