@charset "utf-8";
* {
	margin: 0px;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	height: 1500px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #wrapperTop {
	height: 280px;
	width: 1000px;
	float: left;
}
#wrapper #wbenc_logo {
	height: 245px;
	width: 280px;
	position: relative;
	top: -280px;
	left: 720px;
}
#underConst {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#wrapperTop  #navigation_bar_wrapper  {
	float: none;
	height: 35px;
	width: 700px;
	position: relative;
	top: -200px;
}
#wrapper #wrapperTop #navBarWrapper {
	float: right;
	height: 35px;
	width: 700px;
	position: relative;
	top: -36px;
}
#wrapper #footer {
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(../images/TTS_BG_top_aluminum.jpg);
	background-repeat: repeat-x;
	background-color: #D5DEFF;
}
