body {
	font-family: verdana;
	font-size: 10px;
	line-height: 1.5em;
	color: #eee;
	background-image: url("bg.jpg");
	margin: 0px;
	padding: 0px;
}

#more {
	display: none;
	color: #292929;
	font-size: 4px;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 740px;
	height: 323px;
	margin-left: -390px;
	margin-top: -190px;
	background-image: url("content-bg.jpg");
	background-repeat: no-repeat;
}

#header {
	position: absolute;
	font-size: 27px;
	font-weight: normal;
	left: 258px;
	top: 35px;
}

#subHeader {
	position: absolute;
	left: 260px;
	top: 60px;
}

#contact {
	position: absolute;
	left: 280px;
	top: 85px;
}

#footer {
	position: absolute;
	width: 100%;
	top: 320px;
	text-align: center;
}

#chat {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 210px;
	margin-top: -180px;
	display:none;
}

a {
	color: #eee;
      text-decoration: none;
}

