body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #000 url("/img/background.gif") repeat-x left bottom;
	margin: 90px 0 0 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

#header {
	width: 100%;
	height: 480px;
	background-image:  url("/img/back_right.jpg");
}

h1 {
	text-indent: -9999px;
	margin: 0;
	width: 50%;
	height: 480px;
	background-image:  url("/img/back_left.jpg");
}

h1 a {
	position: absolute;
	left: 50%;
	width: 720px;
	height: 480px;
	margin-top: 0;
	margin-left: -360px;
	padding: 0;
	border: 0;
	background-image:  url("/img/header.jpg");
}

#footer {
	background-image:  url("/img/online.gif");
	width: 720px;
	height: 15px;
	left: 50%;
	position: relative;
	margin: 2px 0 0 -360px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
} 

#footer a {
	height: 15px;
	text-indent: -9999px;
	position: relative;
	float: left;
	display: block;
}

#footer a#reverb {
	width: 155px;
	left: 0;
	background-image:  url("/img/reverb.gif");
} 

#footer a#xhtml {
	width: 61px;
	left: 429px;
	background-image:  url("/img/xhtml.gif");
} 

#footer a#css {
	width: 39px;
	left: 431px;
	background-image:  url("/img/css.gif");
} 

#footer a#s508 {
	width: 27px;
	left: 433px;
	background-image:  url("/img/s508.gif");
} 

#footer a:hover {
	background-position: 100% 0;
} 