html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #CC3;}
a:hover {color: #FF3;}

body {
	background: #040404 url('img/bg_4.jpg') no-repeat;
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #CCC;
	font: normal 2em Impact,sans-serif;
	padding-bottom: 30px;
	padding-left:8px;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
.left {float: left;}
.right {float: right;}

#container 
{
	font-size: 1.3em;
}
#content {
	background:url(img/4.png);
	left: 360px;
	position: absolute;
	top: 185px;
	width: 432px;
	height: 604px;
	overflow:auto;
	padding-left: 4px;
	padding-right:4px;
}
#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}

/* navigation */
#navigation {
	background:url(img/4.png);
	left: 200px;
	position: absolute;
	top: 224px;
	width: 136px;
	height: 282px;
}
#navigation h2 {
	color: #fbfdfe;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
	padding-left:5px;
}

#navigation h1 {
	color: #fbfdfe;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
	padding-left:8px;
}
#navigation p {padding-bottom: 0.1em}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #d7bfbf;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
	font:bold;
}
#navigation li a:hover {color: #FFFFFF;}

#nye {
	color: #fbfdfe;
	background:url(img/4.png);
	left: 200px;
	position: absolute;
	top: 515px;
	width: 136px;
	height: 191px;
}
#nye h2 {
	color: #fbfdfe;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
	padding-left:5px;
}
#nye img {margin-left: 8px;}
#nye p {margin: 0 10px 0 10px;}
/* footer */
#footer {
	color: #FFFFFF;
	font: normal 0.9em sans-serif;
	position: absolute;
	width: 440px;
	top: 830px;
	left: 360px;
	border-top:dotted #666666;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}

