body {
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	background-color: #000;
}

a, a:link, a:visited {
	color: #FFFF00;
}

#container {
	width: 100%;
	height: 100%;
}

#logo, #adres, #show, #content, #footer {
	position: absolute;
	padding: 0;
	margin: 0;
	text-align: left;
}

#logo, #adres, #content, #footer {
	width: 35%;
	left: 10px;
}

#logo {
	top: 10px;
}

#adres {
	top: 85px;
}

#content {
	top: 165px;
}

#show {
	top: 0;
	left: 35%;
	height: 95%;
	width: 60%;
}

#footer {
	top: 460px;
}