@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
/* for IE */
html {
	background-color:#000;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	font-size:75%;
}
/* for all other */
html>body {
	font-size:12px;
}
#wrapper {
	margin:0 auto;
	width:960px;
	max-width:100%;
}
#content {
	background-image:url(bgcenter.jpg);
	background-repeat:repeat-x;
	height:560px;
	width:960px;
}
#logora {
	float:left;
	display:inline;
	margin:50px 0px 0px 40px;
	height:160px;
	width:920px;
	background-color: #323232;
}
#logo {
	float:left;
	display:inline;
	margin: 54px 0px 0px 158px;
}
#portbox {
	float:left;
	display:inline;
	margin:80px 0px 0px 40px;
	height:180px;
	width:920px;
}
#linkbox {
	float:left;
	display:inline;
	margin-right: 27px;
	height: 180px;
	width: 200px;
	background-color: #8DC232;
}
#picbox {
	float:right;
	display:inline;
	margin: 7px 7px 0px 0px;
	height: 130px;
	width: 186px;
}
#texbox {
	float:right;
	display:inline;
	margin: 13px 7px 0px 0px;
	height: 30px;
	width: 190px;
}
#impressbox {
	float:left;
	display:inline;
	margin-top: 55px;
	width: 960px;
}
a.impress_link {
	text-decoration:none;
	color: #878681;
	font-weight: normal;
         }       
a.impress_link:hover, a.impress_link:active {
	color:#acd732;
	text-decoration: none;
         }
.tgrey_12pt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #878681;
	font-weight: normal;
	text-align: center;
}
.white_20pt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
.right {
	text-align:right;
}
.tgrey {
	color:#878681;
}

