/* CSS Document */

body {
	text-align: center;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #3c3c3c;
}


#master {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: -15px;
}


#header {
	position:absolute;
	left:-12px;
	top:0px;
	width:1024px;
	height:190px;
	z-index:1;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	border-bottom-style: none;
	background-image: url(images/eccentheader.jpg);
}


#buttons {
	position:absolute;
	left:-1px;
	top:0px;
	width:1024px;
	height:25px;
	z-index:1;
	background-image: url(../images/buttonbar.jpg);
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
