@charset "utf-8";
#topframe {
	overflow:hidden;
	position:relative;
	height: 100px;
	background:url(img/FreeconFrame.jpg);
}
#topframe h1 {
	position:relative;
	left: 200px;
	top: 20px;
	text-decoration:none;
	color:#F0FCFF;
	font-size:16px;
	border:none;
	line-height:18px;
	width:50%;
	margin-top:0;
}
#topframe h2 {
	position:relative;
	left: 200px;
	top: 15px;
	color: #FC1;
	width:50%;
}
#mainframe {
	border: 1px solid #D0DCE8;
	overflow:hidden;
	padding-top: 25px;
	/*	background:url(img/topshadow.png); */
	background-repeat:no-repeat;
	background-color:white;
}
#info {
	width: 400px;
	position:relative;
	left: 200px;
}
