body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
a, address, img, input, textarea, video {outline-style:none; outline-width:0; text-decoration: none; outline: none;}


body {
  background: white;
  color: gray;
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center;
}

a, a:visited {
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
}
a:hover { color: #1aa6ad; }
.error { color: red; }

video {
	background: black;
}

#page {
  margin: 0 auto;
  text-align: left;
  width: 800px;
}
#header {
  height: 200px;
  position: relative;
}
#breadcrumb {
	display: block;
	height: 16px;
	line-height: 16px;
	padding-top: 100px;
	text-transform: uppercase;
	font-size: 10px;
}
#breadcrumb a, .breadcrumb-separator {
	display:block;
	float: left;
	height: 16px;
	line-height: 16px;
	padding-right: 3px;
}
#lang_sub {
	float: right;
}
#contenter {
	height: 400px;
}
#text {
	position: relative;
	height: 400px;
	float: left;
  	width: 400px;
line-height: 16px;
}
#text p {
        padding-top: 13px;
line-height: 14px;
font-size: 10px;
padding-right: 21px;
}
#title {
	text-transform: uppercase;
}
#previous-link a, #next-link a{
	position: absolute;
	top: 0;
	width: 200px;
	height: 400px;
	display: block;
	background-image: url(navigator.png);
    background-repeat: no-repeat;
	opacity: 0;
	font-size: 0;
}
#previous-link a:hover, #next-link a:hover{
	opacity: 1;
}
#next-link a{
	right: 0;
	background-position: -600px 0px;
    z-index: 2;
}
#previous-link a{
	left: 0;
	background-position: -400px 0px;
    z-index: 2;
}


#content {
	position: absolute;
	bottom: 0;
}
#gallery, #video {
	float: right;
}
#footer {
	clear: both;
	text-transform: uppercase;
	padding-top: 13px;
	text-align: right;
	font-size: 8px;
	letter-spacing: 1px;
}