<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	background-image:url("bg-repeat.png");
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 18px;
	font-family: arial;
	line-height: 30px;
	background-position: center top;
}
#mainshell {
	width: 960px;
	margin: auto;
	text-align: left;
}
/* #mainshell {
	display:inline;
	width:960px;
	margin:auto;
	text-align:left;
}  
*/
#header {
	height: 300px;
	position: relative;
}
#bodycopy {
	min-height: 450px;
	background-color: fff;
	width: 100%
}
#logo {
	position: absolute;
	top: 30px;
	left: 395px;
}
.roundedbg {
	position: absolute;
	top: 0px;
	left: 374px;
}

.title{
	color:#000;
}

#bodycopy {
	color:#767676;
	
}
</pre></body></html>