html {width:100%;height:100%;}

body { 	 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.875em;
	line-height:1.5714em;
	color:#666;
	min-width:960px;
	background:#FFF;
	height:100%;
	margin: 0;
	background:url(/images/background.jpg) 50% 0 no-repeat fixed #000;
}

a img {
	border: 0;
}

#struct {
	background: url('/images/bg.png') repeat-y;
	margin: 0 auto;
	width: 950px;
	min-height: 100%;
	position: relative;
}

#content {
	margin-left: 240px;
	padding: 25px 40px 0 40px;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
}
#left a img {
	border: 0;
}

#langs {
	text-align: center;
	padding: 0 0 10px 0;
}
#langs a {
	margin: 0 5px;
	padding: 5px;
}

img.border {
	border: 3px solid #282828;
}
