html, body {
	height:100%;
}

body {
	margin: 0px;
	text-align: center;
	background:  url( '../images/bg_tilex.jpg' ) repeat-x #7D7F7D;
}

div#tile {
	background: url( '../images/bg_tiley.jpg' ) center repeat-y; 
	height: 100%; 
}

#inner {
	margin-left: auto; 
	margin-right: auto;
	width: 1160px; 
	min-height: 768px;
	height: 100%;
	background: url( '../images/bg.jpg' );
	background-repeat: no-repeat;
	position: relative;
}

#content {
	position: absolute;
	left: 335px;
	top: 39px;
	width: 404px;
	height: 585px;
	z-index: 1;
	text-align: left;
	overflow: hidden;
}

#content_scroll {
	position: absolute;
}

#content_inner {
	margin-top: 80px;
	font-family: Arial;
	font-size: 12px;
	width: 404px;
}

#overlay_top {
	position: absolute;
	left: 303px;
	top: 39px;
	z-index: 5;
}

#overlay_left {
	position: absolute;
	left: 303px;
	top: 132px;
	z-index: 5;
}

#overlay_bottom {
	position: absolute;
	left: 343px;
	top: 609px;
	z-index: 5;
}

#menu {
	position: absolute;
	left: 780px;
	top: 128px;
	width: 140px; 
	height: 220px;
}

#menu a {
	display: block;
	width: 95px;
	height: 38px;
	margin-top: 2px;
}

#menu a.l1 {
	margin-left: 4px;
	background: url( '../images/en/bt_home.png' );
	background-repeat: no-repeat;
}

#menu a.l1:hover, #menu a.l1:active {
	background: url( '../images/en/bt_home_on.png' );
	background-repeat: no-repeat;
}

#menu a.l2 {
	margin-left: 3px;
	background: url( '../images/en/bt_gallery.png' );
	background-repeat: no-repeat;
}

#menu a.l2:hover, #menu a.l2:active {
	background: url( '../images/en/bt_gallery_on.png' );
	background-repeat: no-repeat;
}

#menu a.l3 {
	margin-left: 2px;
	background: url( '../images/en/bt_artists.png' );
	background-repeat: no-repeat;
}

#menu a.l3:hover, #menu a.l3:active {
	background: url( '../images/en/bt_artists_on.png' );
	background-repeat: no-repeat;
}

#menu a.l4 {
	margin-left: 1px;
	background: url( '../images/en/bt_contact.png' );
	background-repeat: no-repeat;
}

#menu a.l4:hover, #menu a.l4:active {
	background: url( '../images/en/bt_contact_on.png' );
	background-repeat: no-repeat;
}

#menu a.l5 {
	margin-left: 0px;
	background: url( '../images/en/bt_aboutme.png' );
	background-repeat: no-repeat;
}

#menu a.l5:hover, #menu a.l5:active {
	background: url( '../images/en/bt_aboutme_on.png' );
	background-repeat: no-repeat;
}

#scroll_up {
	position: absolute;
	left: 753px;
	top: 40px;
}

#scroll_up a {
	background: url( '../images/arrow_up.png' ) no-repeat;
	display: block;
	width: 23px;
	height: 24px;
	opacity: 0.5;
}

#scroll_up a:hover {
	opacity: 1.0;
}

#scroll_down {
	position: absolute;
	left: 739px;
	top: 586px;
}

#scroll_down a {
	background: url( '../images/arrow_down.png' ) no-repeat;
	display: block;
	width: 23px;
	height: 24px;
	opacity: 0.5;
}

#scroll_down a:hover {
	opacity: 1.0;
}

#lang {
	position: absolute;
	top: 1px;
	left: 644px;
	width: 140px;
	height: 38px;
}

#lang_en, #lang_es, #lang_de {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 35px;
	height: 35px;
}

#lang_es {
	left: 49px;
}

#lang_de {
	left: 93px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
}

img {
	border: 0px;
}

a {
	color: #BF8554;
	font-weight: bold;
	text-decoration: none;
}