@charset "utf-8";
/* CSS Document */

body {
	background-image:url(exportmedia/bg_pattern.gif);
	background-repeat:repeat;
}

img {
	border: 0px;
}
#container {
	background-color: #99946a;
	width: 800px;
	margin: auto;
	position: relative;
	height: 700px;
}

#logo {
	position: absolute;
	left: 585px;
	top: 34px;
}
#welcomemessage {
	position: absolute; 
	left: 597px; 
	top: 509px; 
	height: 89px; 
	width: 200px; 
	z-index: 9;
}

#top {
	width: 458px;
	height: 165px;
	position: absolute;
	left: 117px;
	top: 26px;
	background-color: #d2c2b2;
	z-index: 3;
}
#footer {
	position: absolute;
	left: 77px;
	top: 686px;
	width: 712px;
	z-index: 10;
}

.whitetext {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #003300;
}
