body {
	background: url(/images/bg.jpg) repeat-x top left;
	text-align: center;
	}

#container {
	width:801px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:green;
	position:relative;
	}
	
#header {
	background: url(/images/header-bg.jpg) no-repeat top left;
	position:absolute;
	top:0;
	left:-7px;
	width:815px;
	height:80px;
	margin:0;
	padding:0;
	}
	
#header h1.logo {
	padding:0;
	margin:0;
	position:absolute;
	left:45px;
	top:20px;
	}
	
#header h1.logo a {
	width:165px;
	height:42px;
	display: block;
	text-decoration: none;
	border: 0;
	text-indent: -2000px;
	background: url(/images/logo.jpg) top left no-repeat;
	}
	
#nav {
	position:absolute;
	top:20px;
	right:30px;
	}

#nav ul li {
	float:left;
	list-style:none;
	padding:0;
	margin-left:20px;
	}

#nav ul li a.nav-about {
	display:block;
	width:179px;
	height:23px;
	text-indent:-2000px;
	text-decoration:none;
	background: url(/images/nav-about.jpg) no-repeat top left;
	}
	
#nav ul li a.nav-ask {
	display:block;
	width:130px;
	height:25px;
	text-indent:-2000px;
	text-decoration:none;
	background: url(/images/nav-ask.jpg) no-repeat top left;
	}
	
#splash {
	width:801px;
	height:341px;
	background: url(/images/splash.jpg) no-repeat top left;
	position:absolute;
	top:80px;
	left:7px;
	}
	
#content {
	position:absolute;
	left:0;
	top:421px;
	background:#fff;
	padding:5px;
	}
	
h2 {
	background:url(/images/h2-bg.gif) repeat-x top left;
	width:776px;
	height:52px;
	padding-top:18px;
	padding-left:15px;
	margin:0 0 10px 0;
	}
	
h2 span.h2-about {
	text-indent:-2000px;
	display:block;
	width:179px;
	height:23px;
	background:url(/images/h2-about.gif) no-repeat top left;
	}
	

