html, body {
	height: 100%;
	margin: 0px;
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

a {
	color: #FFFFFF;
}

#container {
	background-image: url(../images/pagedesign/designintro_01.jpg);
	background-repeat: repeat-x;
	position: relative;
	overflow: auto;
	height: 100%;
}

#content {
	position: relative;
	margin: 0px auto;
	width: 700px;
	height: auto;
}

#logo {
	position: absolute;
	top: 20px;
	width: 700px;
	height: 44px;
	left: 0px;
}

#flash {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 700px;
	height: 400px;
	text-align: center;
}	

#info {
	position: absolute;
	top: 580px;
	width: 700px;
	height: 100px;
	left: 0px;
}	
