/* @override http://ventro.hizzy.org/ventrodesign/work/magnus/home.css */

html, body {overflow-x: hidden;
} /* turns off the horizontal scrollbar */a { outline: none; } /* turns off selection rectangles in FF */.contentLeft {	background-color: #003399;	height: 497px;	background-image: url(assets/contentbg.jpg);	background-repeat: repeat-x;
	float: left;
	width: 50%;
}.contentRight {	height: 497px;	background-image: url(assets/contentbgdarkjpg);	background-repeat: repeat-x;
	float: left;
	width: 49%;
}body {	margin: 0px;	padding: 0px;
	background: #151515 url(assets/contentbgdarkjpg) 0 105px;
}

.contentHolder {
	height: 497px;
	width: 100%;
	margin: 0;
	padding: 0;
}.header {	height: 148px;	width: 100%;	background-image: url(assets/headerbg.jpg);	background-repeat: repeat-x;}.header .menu {	background-image: url(assets/menu1.jpg);	background-repeat: no-repeat;	background-position: center top;	height: 148px;	width: 100%;}.welcome {	height: 454px;	width: 100%;	background-image: url(assets/welcomebg.jpg);	background-repeat: repeat-x;}.welcome .welcomeblock {	background-image: url(assets/welcomebig.jpg);	background-repeat: no-repeat;	background-position: center top;	height: 454px;	width: 100%;}.contentLeft .leftblock {	background-image: url(assets/content_left.jpg);	background-repeat: no-repeat;	background-position: right top;	height: 497px;	width: 100%;
}.contentRight .rightblock {	background-image: url(assets/content_right.jpg);	background-repeat: no-repeat;	background-position: left top;	height: 497px;	width: 100%;
}.footer {	height: 373px;	width: 100%;	position: relative;	background-image: url(assets/footer_bg.jpg);	background-repeat: repeat-x;}.footer .block {	background-image: url(assets/footerblock.jpg);	background-repeat: no-repeat;	background-position: center top;	height: 373px;	width: 100%;	}#biglink {	width: 100%;	height: 100%;	text-indent: -2000px; /* to move the text out of the visible area */	position: absolute;	left: 0px;	top: 0px;	z-index: 1000;}html, body {	height: 100%; /* or the height property above will not work */	margin: 0; /* to avoid scrollbars */	padding: 0;}