@charset "utf-8";
/* CSS Document */
html, body {margin: 0; padding: 0; height: 100%;}
#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	/*margin: 0 auto;*/
	background-color: #ffffff;
/*	background-image: url(test/images/background.jpg);
*/	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 600px;
	margin-top: -300px;
	width: 766px;
	margin-left: -383px;
	background-color: #ffffff;
	background-image: url(images/FSS_placeholder_page.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
}
#contact {
	text-align: left;
	position: absolute;
	top: 223px;
	left: 414px;
	height: 100px;
	width: 300px;
	margin-left: -150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9F9F9F;
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #9F9F9F;
	text-decoration: underline;
}
a:visited {
	color: #9F9F9F;
	text-decoration: underline;
}
a:hover {
	color: #9F9F9F;
	text-decoration: none;
}
a:active {
	color: #9F9F9F;
	text-decoration: underline;
}
