@import url("navigation.css");
@import url("content.css");
/* CSS Document */
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0%;
	padding: 0%;
	background-color: #000415;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#footer {
	margin-left: 201px;
	width: 499px;
	height: 162px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
}

#pergament {
	padding-top: 120px;
	margin-left: 201px;
	padding-bottom: 60px;
	width: 499px;
	background-image: url(../images/bg_content.jpg);
}


#stripe_bottom {
	bottom: 36px;
	width: 100%;
	height: 16px;
	background-image: url(../images/stripe.jpg);
	background-repeat: repeat-x;
}

#climb_re {
	top: 0px;
	left: 201px;
	width: 354px;
	height: 80px;
	background-image: url(../images/climb_re.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 4;
}

#climb {
	top: 0px;
	left: 0px;
	width: 201px;
	height: 322px;
	background-image: url(../images/climb.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}


#stripe_top {
	top: 84px;
	width: 100%;
	height: 16px;
	background-image: url(../images/stripe.jpg);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
}

#navigation {
	top: 270px;
	left: 0px;
        margin-left: -30px;
	height: auto;
	width: 139px;
	position: absolute;
	z-index: 3;
}
