@charset "utf-8";
/* CSS Document */

body { margin: 0px; padding: 0px; background-color: #333; }

#gradient {
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0px; 
	top: 250px;
	background: url("../images/gradient.gif") repeat-x 0px 0px;
}

/*  ---------- HEADER --- */

#white {
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 185px;
	background: url("../images/edge.png") repeat-x 0px 0px;
}

#graphic { width: 1000px; height: 250px; margin: auto; }
#graphic img { position: absolute; }

#head {
	background: url("../images/stripes.jpg") repeat-x 0px 0px;
	width: 100%;
}

#title {
	/*width: 100%;
	position: absolute;
	top: 175px;
	z-index: 100;*/
	width: 1000px;
	height: 50px;
	margin: auto;
	position: relative;
	top: -80px;
}

#title img { position: absolute; right: 110px; }

/*  ---------- CONTENT --- */

#center {
	width: 1000px;
	margin: auto;
	position: relative;
	top: -75px;
}

#edge {
	width: 1000px;
	position: relative;
	top: 68px;
	background: url("../images/body.png") repeat-y 0px 0px;
}

#top {
	position: absolute;
	top: -10px;
	left: 0px;
}

#bottom {
	position: relative;
	top: 68px;
	margin: 0px; padding: 0px;
	z-index: 0;
}

#nav {
	width: 100px;
	height: 450px;
	position: absolute;
	left: -25px;
	top: 25px;
	background: url("../images/snowboard.png") no-repeat 0px 0px;
	float: left;
	z-index: 50;
}

#cont {
	width: 840px;
	margin-left: 50px;
	padding-bottom: 50px;
	position: relative;
	left: 50px;
	z-index: 25;
}

#foot {
	width: 840px;
	height: 35px;
	margin: auto;
	position: absolute;
	bottom: 0px;
	left: 100px;
	z-index: 75;
}