div#wrapper1 {
	width:90%;
	background:url(../images/toptile.png) repeat-x;
	margin:20px auto 20px auto;
	position:relative;
}

div#wrapper2 {
	background:url(../images/bottomtile.png) left bottom repeat-x;
}

div#wrapper3 {
	background:url(../images/lefttile.png) repeat-y;
	position:relative;
}

div#wrapper4 {
	background:url(../images/righttile.png) right top repeat-y;
	position:relative;
}

div#upper-right {
	width:292px;
	height:405px;
	background:url(../images/upper-right.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
}

div#lower-left {
	width:399px;
	height:186px;
	background:url(../images/lower-left.png) no-repeat;
	position:relative;
	bottom:0;
	left:0;
}

div#lower-right {
	width:292px;
	height:186px;
	background:url(../images/lower-right.png) no-repeat;
	position:absolute;
	bottom:0;
	right:0;
}

div#logo {
	width:306px;
	height:112px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	left:40%;
	top:0;
}

div#logo h1, div#logo h2 {
	text-indent:-4000px;
	font-size:1px;
	position:absolute;
	visibility:hidden;
}

div#main-navi {
	width:99%;
	min-height:473px;
	background:url(../images/navi-main.png) top left no-repeat;
}

* html div#main-navi {
	height:473px;
}

ul#language-select, ul#navi {
	list-style-type:none;
	position:absolute;
}

ul#language-select {
	width:66px;
	height:21px;
	top:36px;
	left:206px;
}

ul#language-select li, ul#navi li {
	line-height:0;
	font-size:1px;
}

ul#language-select a, ul#navi a, div#lower-left a {
	text-indent:-4000px;
	font-size:1px;
	display:block;
	text-decoration:none;
}

ul#language-select a {
	width:29px;
	height:21px;
	float:left;
}

ul#navi {
	top:79px;
	left:0;
	width:233px;
} 

div#content {
	margin:0 300px 0 0;
	position:relative;
	top:120px;
	left:240px;
	z-index:100;
	min-height: 400px;
}

div#content ul {
	margin:0 0 15px 15px;
}

