body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,th,td,ul,ol,li { 
	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;
}

html, body {
	height: 100%;
	font: 0.9em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	background: #2f3540;
}

a:link{color: #8c8681;}
a:active{color: #8c8681;}
a:visited{color: #8c8681;}
a:hover{color: #cdc5bf;}
a{text-decoration:none;}

#distance {
	width: 1px;
	height: 50%;
	background-color: #2f3540;
	margin-bottom: -141px; /* half of container's height */
	float: left;
}

#header {
	background: #1b1c1f url("backgroundlanguage.png") repeat-x;
	height: 282px;
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	width: 100%;
	clear: left;
}

#header h1 {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 282px;
	background: url("logo.jpg") no-repeat;
}

#header h1 span {
	display: none;
}

#language {
	position: relative;
	color: #8c8681;
	margin: -165px auto 0 auto;
	text-align: right;
	width: 620px;
	font-size: 1.4em;
}