@charset "UTF-8";
/* CSS Document */

#content_top {
	background-image: url(../images/logo-big-trans.png);
	text-indent: -900em;
	height: 116px;
	width: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#content_center {
}
#content_home_trans {
	background-image: url(../images/blue-trans.png);
	height: 35%;
	bottom: 0px;
	position: absolute;
	width: 100%;
	padding-bottom: 20px;
	z-index: 0;
	top: 65%
}	
#content_home {
	height: 35%;
	bottom: 0px;
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	z-index: 100;
	top: 65%
}
#textbox {
	height: 100%;
	overflow: auto;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 1em;
}
#textbox h5{
	font-size: 1em;
	padding-bottom: 0.2em;
}
#textbox p {
	font-size: 0.8em;
	padding-bottom: .2em;
}
#sub_navigation ul {
	display: none;
}
