html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #120800;
}

body{
	display: table; 
	width: 100%; 
	height: 100%;
	background: #bebebe url(../img/bg2.jpg) 50% 0% no-repeat;
	margin: 0;
	padding: 0;
	color: #4f4f4f; 
	font-family: 'Trebuchet MS', Arial;
	font-size: 14px;
	line-height: 1.6em;
}

a {
	color: #1b99b0;
	text-decoration: underline;
}

a:hover {
	color: #d16003;
	text-decoration: underline;
}

.content{
	width: 700px;
	margin: 0 auto; 
	vertical-align: middle; 
}
 
 #galleria{
	height: 580px;
}

div.position-h1{
	position: absolute;
	left: 83px;
	top: 3px;
}

*:first-child+html div.position-h1{
	position: absolute;
	left: 83px;
	top: 16px;
}
 
h1 {
	color: #000000;
	font-family: 'Trebuchet MS', Arial;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.001em;
}

h2 {
	color: #000000;
	font-family: 'Trebuchet MS', Arial;
	font-size: 3.0em;
	font-weight: normal;
	letter-spacing: 0.001em;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #000000;
	font-family: 'Trebuchet MS', Arial;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.001em;
	z-index: 3;
}

div#center {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

#wrapper {
	display: table-cell; 
	vertical-align: middle;
}

div#rabbit {
	position: relative;
	text-align: center;
	background: url(../img/rabbit.png) no-repeat;
	width: 630px;
	height: 500px;
}

div#error404 {
	position: absolute;
	top: 30px;
	left: 0px;
}

div#error404 div {
	font-size: 1.2em;
	padding-top: 20px;
	padding-left: 3px;
	color: #7e7e7e;
}

div#where {
	position: absolute;
	top: 60px;
	right: 0px;
}

div#where ul{
	padding: 0px;
	margin: 0px;
}

div#where  li {
	background: url(../img/bullit2.gif) 0px 10px no-repeat; 
	padding-left: 15px !important;
	font-size: 1.2em;
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 1.6em;
}

p.client {
	padding-top: 5px;
	margin: 0px;
	color: #ffffff;
}
