@charset "UTF-8";

h1,ul{
	padding:0;
	margin:0;
}

html,body{
	padding:0;
	margin:0;
	height:100%;
}

body{
	background-color:#FFFFFF;
}

#wrapper {
	margin: 0px auto;
	width:1040px;
	height:100%
	text-align:center;
}

h1 {
	display: none;
}


div.climb{
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 100;
}
div.climb a{
	width: 70px;
	height: 30px;
	display: block;
	background-color: #696969;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	line-height: 1em;
	padding-top: 10px;
}
div.climb a:hover{
	background: #c0c0c0;
}

