#container {
	background-color: #FF0000;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	position: relative;
}

#image {
	left: 22px;
	top: 5px;
	position: relative;
	width: 500px;
	}
	
#text-nav {
	left: 20px;
	top: 5px;
	position: relative;
	width: 400px;
	}

#text-right {
	left: 20px;
	top: 110px;
	position: relative;
	width: 400px;
	}
	
#text-bottom {
	left: 22px;
	top: 0px;
	position: relative;
	width: 500px;
	}
	
	#text-feedback {
	left: 44px;
	top: 20px;
	position: relative;
	width: 900px;
	}
	
#text-bottomright {
	left: 20px;
	top: -3px;
	position: relative;
	width: 400px;
	}
	
	
body {
	background-color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}



a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: underline;
color: #FFFFFF;
}

a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: underline;
color: #FFFF00;
}
