html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background-pattern.png);
	background-position: top center;
	background-repeat: repeat-y;
	height: 100%;
}
#alpiniste {
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -486px;
	width: 105px;
	height: 301px;
	background-image: url(../images/alpiniste1.png);
	background-repeat: no-repeat;
	background-position: top left;
	/* background-color: yellow; */
	behavior: url("js/ie-fixed.htc");
}
#ctrglobal {
	position: relative;
	left: 50%;
	margin-left: -375px;
	width: 860px;
	min-height: 100%;
}
* html #ctrglobal {
	height: 100%;
}
#global {
	width: 777px;
}
#header {
	width: 737px;
	height: 101px;
	background-image: url(../images/header2.png);
	background-repeat: no-repeat;
}

/* ############### CONTENT ############### */
#content {	
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 30px 0px;
	width: 737px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color: black;
}
#content a {
	text-decoration: none;
	color: firebrick;
}
#content a:hover , #content a:active {
	text-decoration: none;
	background-color: firebrick;
	color: white;
}
#content h1 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 24px;
	font-weight: normal;
	color: firebrick;
	/* text-align: center; */
}
#content h2 {
	margin: 12px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 18px;
	font-weight: normal;
	color: firebrick;
}
#content h3 {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color: firebrick;
}
#content h1 a, #content h2 a, #content h3 a {
	text-decoration: underline;
}
#content p {
	margin: 0 0 9px 0;
}
/* ############### FOOTER ############### */
#footer {
	position: relative;
	left: 50%;
	margin: -16px 0px 0px -389px;
	width: 777px;
	height: 16px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #666;
	text-align: center;
	z-index: 100;
}
#footer p {
	margin: 0px;
	padding: 3px;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #b22222;
	text-decoration: none;
}
