/* ************************************************* */

body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font: 10px Verdana;
}
p, span {
	line-height: 20px;
}
a {
	text-decoration: none;
}

#header, #main, #footer, #disclaimer {
	overflow: hidden;
}

/* ************************************************* */

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#container {
	margin: 50px auto;
	width: 960px;
}

#header {
	background: url('../images/layout-header.png') no-repeat center top;
	width: 960px;
	height: 150px;
	margin: 0 0;
}
#header p {
	text-align: center;
	font-size: 11px;
}
#main {
	background: url('../images/layout-main.png') no-repeat center top;
	width: 960px;
	height: 500px;
	margin: 0 0;
}

#footer {
	background: url('../images/layout-footer.png') no-repeat center top;
	width: 960px;
	height: 60px;
	margin: 0 0;
}

#disclaimer {
	width: 930px;
	height: 100px;
	margin: 0 30px 0 0;
}				

	.disc {
		float: right;
		margin: 0px 0 0 3px;
		background-color: #1B200C;
		color: #58623F;
	} 
	a.disclink, a.disclink:visited {
		padding: 0 2px;
		background-color: #1B200C;
		color: #58623F;
		font-weight: normal;
		text-decoration: none;
	}
	a.disclink:hover, a.disclink:active {
		background-color: #1B200C;
		color: #99CC33;
		font-weight: normal;
		text-decoration: none;
	}