@charset "utf-8";
/* CSS Document */

body {
	background:#2e4ba1;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	height: 100%;
	overflow: hidden;
	background:url(../images/background.jpg) repeat-y;
}
#bluebox {
	background:url(../images/background.jpg) repeat-y;
	background-position: -171px 0;
	width: 939px;
	overflow: auto;
	height: inherit;
	position: fixed;
	top: 0px;
	left:171px; 

	/* IE only needs the next lines */
	height: expression(document.body.clientHeight - 1 + "px");
	width: expression(document.body.clientWidth - 171 + "px");
} 
#content {
	width: 760px;
	height:507px;
	background:url(../images/bigimage.png) no-repeat;
	position: fixed;
	top:150px;
	left:260px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 10pt;
}
#content_text {
	margin-left: 50px;
	margin-top: 415px;
	margin-right: 50px;
}

#corp {
	height: 37px;
	width: 85px;
	position: fixed;
	top: 217px;
	left: 770px;
	cursor: pointer;
}
#corp span { 
	display: none; 
}	
#corp:hover {
	background:url(../images/corp.png) no-repeat;
	text-decoration: none;
}