body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	background: #fff url('img/bg.png') center top no-repeat;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 748px;
	text-align: left;
}
a img {border: 0;}
a, input {outline: none;}


/* TOPBAR
--------------------------- */
div#topbar {
	height: 40px;
	font-size: 11px;
	color: #ccc;
	background: #000 url('img/topbar-bg.png') 0 0 repeat-x;
	text-align: center;
}
div#topbar form {
	margin: 0 auto;
	padding: 0;
	width: 748px;
}
div#topbar ul {
	margin: 0;
	padding: 9px 0 0 0;
	list-style: none;
}
div#topbar ul li {
	display: inline;
	margin: 0 5px;
}
div#topbar strong {font-size: 12px;}
div#topbar a {
	font-size: 10px;
	color: #ccc;
	white-space: nowrap;
}
div#topbar input {
	margin-left: 3px;
	_margin-top: -2px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color: #222;	
}
div#topbar input.textfield {
	padding: 2px;
	border: 1px solid #999;
	background: #fff url('img/topbar-textfield-bg.png') bottom left repeat-x;
}


/* HEADER
--------------------------- */
div#header {
	position: relative;
	height: 125px;
}
div#header h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 412px;
	height: 0;
	padding-top: 86px;
	overflow: hidden;
	background: transparent url('img/header-title.png') 0 0 no-repeat;
}
div#counters {
	position: absolute;
	right: 0;
	bottom: 20px;
	line-height: 1.4em;
}
div#counters strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0055;
}


/* CONTENT
--------------------------- */
div#content {
	position: relative;
	height: 506px;
}
div#features {
	z-index: 100;
	position: absolute;
	top: 10px;
	right: 0;
}
img#screenshot {
	display: inline;
	float: right;
	margin-right: 20px;
}
div#highlight {
	float: right;
	width: 318px;
	height: 0;
	padding-top: 129px;
	overflow: hidden;
	background: transparent url('img/highlight.png') top right no-repeat;
}
div#register {
	z-index: 1000;
	position: absolute;
	bottom: 68px;
	right: 35px;
	height: 270px;
	width: 380px;
	text-align: right;
	font-size: 11px;
	background: transparent url('img/form-bg.png') bottom left no-repeat;	
}
div#register form {
	margin: 0 20px 0 0;
	padding: 0;
}
div#register h2 {
	margin: 0 20px 10px 0;
	height: 0;
	padding-top: 23px;
	overflow: hidden;
	background: transparent url('img/form-title.png') top right no-repeat;	
}
div#register ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#register ul li {
	padding: 3px 0;
}
div#register label {font-size: 12px;}
div#register a {color: #222;}
div#register select	{
	margin-left: 3px;
	width: 142px;
	_width: 140px;
}
div#register input {
	padding: 2px;
	margin-left: 3px;
	_margin-top: -2px;
	vertical-align: middle;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color: #222;	
}
div#register input#submit {
	padding: 0;
	margin: 5px 0 0 0;
}
div#pinup {
	height: 506px;
	width: 748px;
	position: absolute;
	left: -110px;
	bottom: 0;
	background: transparent url('img/pinup-bg.png') bottom left no-repeat;
}
div#pinup img {	
	position: absolute;
	bottom: 68px;
	left: 110px;
}


/* FOOTER
--------------------------- */
div#footer {
	font-size: 11px;
	text-align: center;
}

