body {
	background: #2a2929;
	text-align: center;
	min-width: 960px;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 950px;
	background:url(/gfx/bg-main.png) no-repeat;
	height: 440px;
	text-align: left;
	top: 0;
}

h1 {
	text-indent: -9999px;
	background:url(/gfx/h1-brand.png) no-repeat;
	width: 98px;
	height: 32px;
	position: absolute;
	left: 250px;
	top: 55px;
}

#content {
	position: absolute;
	margin-left: 410px;
	margin-top: 140px;
	width: 350px;
	color: #f1f0f0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#content p {
	line-height: 16px;
}

#content p span {
	color: red;
	font-size: 16px;
}

#content ul {
	list-style-type: none;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	margin-left: 14px;
	padding: 0;
	letter-spacing: 1px;
}

#content ul span {
	color: #9a9a9a;
}

#content ul a {
	color: #fff;
	text-decoration: none;
}

#content ul a:hover, #content ul a:active {
	color: red;
}

#contact-bg {
	width: 82px;
	height: 25px;
	background:url(/gfx/btn-contact.png) no-repeat;
	cursor: pointer;
}

a#contact {
	width: 82px;
	height: 25px;
	background:url(/gfx/btn-contact.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 586px;
	cursor: pointer;
}

a#contact:hover, a#contact:active {
	background:url(/gfx/btn-contact-on.png) no-repeat;
}

#footnote {
	color: #9a9a9a;
	font-style: italic;
}

.simple_overlay {
	display:none;
	z-index:9999;
	width:400px;
	padding: 30px;
	background: #fff;
	min-height:200px;
	height: 400px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close {
	background-image:url(/gfx/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index: 10000;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

