/*Global------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	background: #202020 url(../images/bg-body.png) 0 0 repeat-x;
	text-align: center; }

html>body {
	font-size: 10px; }
	
a:link, a:active, a:visited {
	color: #368ad9;
	text-decoration: none;
	border-bottom: 1px solid #368ad9; }

a:hover {
	color: #669c41;
	border-bottom: 1px solid #669c41; }
	
p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 18px; }
	
#wrapper {
	text-align: left;
	width: 760px;
	margin: 52px auto 108px auto;
	position: relative; }
		
	#wrapper h1 {
		float: left;
		text-indent: -9000px;
		width: 240px;
		height: 42px;
		margin: 0;
		background: url(../images/logo.gif) 0 0 no-repeat; }
