body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	background:fixed url(background.jpg) top center no-repeat; 
	margin: 0;
	padding: 0;
	text-align: center;
}

.threecolumns #container {
	position: relative;
	top:50px;
	height: 500px;
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 5px solid #FFFFFF;
	text-align: left;
} 

.threecolumns #snowboarder {
	position: absolute;
	top: 0;
	left: 0px;
	width: 190px;
	height: 500px;
	background: url(images/busopp.jpg);
}

.threecolumns #linkmenu {
	position: absolute;
	left: 195px;
	width: 180px;
	height: 500px;
	background: url(linkback.jpg);
}
.threecolumns #mainContent {
	position: absolute;
	height: 490px;
	left: 383px;
	padding: 5px 10px;
	width: 500px;
	background: #FFFFFF;
	overflow: scroll;
	 z-index: 2;
    //z-index: -2;
}
.threecolumns #boot {
	position: absolute;
	top: 0;
	left: 0px;
	width: 190px;
	height: 500px;
	background: url(images/boot.jpg);
}
.threecolumns #home {
	position: absolute;
	top: 0;
	left: 0px;
	width: 190px;
	height: 500px;
}
.threecolumns #contact {
	position: absolute;
	top: 0;
	left: 0px;
	width: 190px;
	height: 500px;
	background: url(images/contact.jpg);
}
.threecolumns #about {
	position: absolute;
	top: 0;
	left: 0px;
	width: 190px;
	height: 500px;
	background: url(images/about.jpg);
}
