@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #07080a;
}
#page {
	margin: auto;
	width: 940px;
	height: auto;
	padding-top: 60px;
}
#page .buttom {
	width: 702px;
	height: 152px;
	background-image: url(../Frontpage/NewsText.png);
	margin: auto;
	margin-top: 20px;
}
#page .line_hori {
	height: 34px;
	width: 437px;
	margin: auto;
	background-image: url(../Splitter.png);
	margin-top: 10px;
}
#page .footer {
	height: auto;
	width: 242px;
	margin: auto;
	margin-top: 25px;
}



#page #top {
	height: auto;
}
#page .leftcolm {
	width: 150px;
	height: 400px;
	float: left;
	background-image: url(../Frontpage/Progress.png);
}
#page .centercolm {
	width: 640px;
	height: 400px;
	float: left;
	background-image: url(../Frontpage/NewsImage.png);
}
#page .rightcolm {
	height: 400px;
	width: 150px;
	float: right;
	background-image: url(../Frontpage/Recruitment.png);
}
#page .clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a, a:visited {
	outline: none;
	color: #07080a;
}

a:hover, a:active {
	outline: none;
	color: #07080a;
}
