html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #5a97e8 url(../img/tlo.gif) repeat-x;
	margin: 0;
}
#one, #two, #three {
	width: 100%;
	height: 100%;
}
#one {
	background: url(../img/tl.gif) no-repeat top left;
}
#two {
	background: url(../img/bl.gif) no-repeat bottom left;
}
#three {
	background: url(../img/br.gif) no-repeat bottom right;
}
#container {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
#sidebar, #container-2 {
	float: left;
}
#sidebar {
	width: 185px;
	padding-top: 310px;
	padding-left: 130px;
}
#container-2 {
	width: 685px;
	height: 100%;
}
#top {
	width: 100%;
	height: 300px;
/*	background: url(../img/logo.png) no-repeat 230px 80px;*/
}
#content {
	display: none;
	overflow: auto;
}
#footer {
	font-family: Trebuchet MS,Centhury Gothic,Arial;
	font-size: 11px;
	height: 50px;
	padding-top: 10px;
}

.line {
	border-bottom: 1px solid #A4C6F2;
	font-size: 1px;
	height: 1px;
	width: 600px;
}

#lang {
	text-align: right;
	padding-top: 10px;
	padding-right: 35px;
}
#logo {
	text-align: right;
	padding-right: 60px;
}

