html, body {
	margin: 0;
	padding: 0;
}

body {
	background: transparent url(../images/bg.png) left top no-repeat;
}

div.top_menu {
	padding-top: 68px;
	width: 750px;
	height: 89px;
}

div.top_menu a.top_menu {
	display: block;
	width: 170px;
	margin-bottom: 4px;
}

div.second_menu {
	margin-top: 24px;
	width: 750px;
}

div.second_menu a.second_menu {
	display: block;
	float: left;
	width: 221px;
	margin-bottom: 7px;
	margin-right: 13px;
}

div.third_menu {
	margin-top: 22px;
	width: 750px;
}

div.third_menu a.third_menu {
	display: block;
	float: left;
	width: 221px;
	margin-bottom: 7px;
	margin-right: 13px;
}

div.main_content {
	margin-top: 20px;
	position: relative;
	width: 750px;
	height: 470px;
}
body>div.main_content { height: auto; min-height: 470px; }

div.main_content div {
	clear: both;
	float: right;
	width: 455px;
	margin-top: 10px;
	padding-right: 60px;
	font-family: 'trebuchet ms';
	font-size: 12px;
}

#firstpage {
	padding-right: 0;
	width: 516px;	
}

div.main_content div div {
	clear: both;
	float: none;
	width: auto;
	padding-right: 0;
	margin-top: 0;
}

div.main_content div.foot_01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 190px;
	color: #333;
	font-family: 'trebuchet ms';
	font-size: 11px;
	margin: 10px;
}

div.main_content div.foot_01 a {
	color: #f00;
	text-decoration: underline;
	font-weight: bold;
}

div.main_content div.foot_01 .pike {
	margin-top: 7px;
	margin-left: -10px;
}

#firstpage .scrollbox1, #firstpage .scrollbox2 {
	position: relative;
	float: left;
	clear: none;
	margin-right: 12px;
	width: 222px;
}
#firstpage .scrollbox2 {
	margin-right: 0;
}

#firstpage .scrollbox1 a, #firstpage .scrollbox2 a {
	color: white;
}

#firstpage .scrollbox1 {
	background-color: #2b3992;
}

#firstpage .scrollbox2 {
	background-color: #5cb630;
}

#firstpage .teksti {
	width: 187px;
	height: 284px;
	overflow: hidden;
	margin: 5px 10px 5px 13px;
	color: white;
	font-family: 'trebuchet ms';
	font-size: 11px;
}

#firstpage .skroler {
	position: absolute;
	bottom: 30px;
	right: 5px;
}

#firstpage .skroler a {
	display: block;
	margin: 0;
	padding: 0;
}

#firstpage .article {
	margin-bottom: 9px;
	padding-bottom: 6px;
	border-bottom: 1px solid white;
}

#firstpage .article .title {
	font-size: 130%;
	font-weight: bold;
	margin-top: 4px;
}

#firstpage .article .desc {
	font-weight: bold;
	margin-top: 5px;
}

#firstpage .article .text {
	margin-top: 6px;
}

#firstpage .article .lnk {
	display: block;
	text-align: right;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin-top: 6px;
}

#firstpage .article .lnk:hover {
	text-decoration: underline;
}

#firstpage .firstpage_text {
	position: absolute; 
	top: 50px; 
	left: 10px; 
	width: 200px;
	font-family: 'trebuchet ms';
	font-size: 12px;
}

#firstpage .firstpage_text strong {
	line-height: 200%;	
}

#firstpage .firstpage_text a {
	color: #f00;
	text-decoration: underline;
}