html, body {
	height: 100%;
}

html, body, #logo {
	background: white;
}

#page {
	top: 0;
	left: 55px;
	width: 945px;
	position: relative;
	background: white;
}

#content {
	width: auto;
	height: auto !important;
	height: 340px;
	padding: 225px 0 0.5em 381px;
	min-height: 340px;
}

#footer {
	height: 65px;
	text-align: right;
}

#header {
	top: 40px;
	left: 0;
	width: 100%;
	height: 170px;
	position: absolute;
	background: white url("/assets/images/logo-textlogic.png") no-repeat 360px 0;
}
#sub {
	display: none;
}

#navigation ul {
	margin: 90px 0 0 0;
	padding: 0 0 0 45px;
	line-height: 13px;
}

#navigation ul ul {
	top: 67px;
	left: 335px;
	width: 560px;
	position: absolute;
}

#footer span.first {
	clear: both;
	width: 370px;
}

#footer span.first,
#footer span.last,
#navigation li,
#lang li {
	float: left;
	display: block;
	padding: 0 17px 0 0;
	list-style: none;
	background: transparent url("images/bullet-slash.png") no-repeat center right;
	margin-right: 10px;
}

#footer span.last,
#navigation li.last,
#lang li {
	background: transparent;
}

#lang li {
	top: -15px;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
}

#footer span.last {
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: left;
}
