/* Basic layout */
body{
	background:#7cb235 url('../img/background.png') no-repeat top center;
}

div#wrapper{
	margin:0 auto;
	background:#fff;
	overflow:hidden;
	width:980px;
	position:relative;
}

	a#logo{
		display:block;
		overflow:hidden;
		cursor:pointer;
		background:url('../img/logo.png');
		
		position:absolute;
		top:6px;
		left:29px;
		width:115px;
		height:82px;
		
		text-indent:-5000px;
	}

	
/* BASIC TYPOGRAPHY */

body{
	font-family:Arial, sans-serif;
	font-size:14px;
}

/* this quick trick add some anti-aliasing to the headers */
h1,h2,h3{
	text-shadow: 0;
}

body,p,h1,h2,h3{
	line-height:1.3em;
}

	h1.headline{
		line-height:1.1em;		
	}


/* BASIC FIXES */

*{zoom: 1}