@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
	
}
#Container {
	height: 545px;
	margin-left: -1280px;
	position: absolute;
	left: 50%;
	width: 2560px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.FooterTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#LogoCont {
	background-image: url(Images/JBS_LogoHeader.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#MainContent {
	height: 412px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Footer {
	background-image: url(Images/JBS_Footer.jpg);
	background-repeat: no-repeat;
	height: 110px;
}
.Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

