html, body				{height: 100%;
						}
							
body					{background-position: center top;
						background-image: url(../images/african-bg.jpg);
						background-repeat: no-repeat;
						background-color: #60452f;
						margin: auto;
						padding: 0px;
						height: 100%;
						}

#frame					{text-align: left;
						width: 980px;
						margin: auto;
						z-index: 1;
						height: 100%;
						padding: 0px;
						}
						
#flash					{position: absolute;
						width: 980px;
						height: 656px;
						margin-left: 0px;
						margin-top: 0px;
						z-index: 3;
						}
						
#content				{position: absolute;
						width: 880px;
						height: 132px;
						margin-left: 50px;
						margin-top: 480px;
						z-index: 5;
						}
						
#menu					{position: absolute;
						width: 890px;
						margin-left: 45px;
						margin-top: 20px;
						font-family: verdana, trebuchet ms, arial;
						font-size: 13px;
						color: #ffffff;
						z-index: 8;
						}
						
.bodytext				{font-family: trebuchet ms, verdana, arial;
						font-size: 15px;
						color: #442705;
						}
						
.bodylink				{font-family: trebuchet ms, verdana, arial;
						font-size: 15px;
						color: #442705;
						text-decoration: none;
						}
						
.bodylink:hover			{font-family: trebuchet ms, verdana, arial;
						font-size: 15px;
						color: #613e14;
						text-decoration: none;
						}
						
.bodytext2				{font-family: trebuchet ms, verdana, arial;
						font-size: 13px;
						color: #ab804c;
						}
						
.bodylink2				{font-family: trebuchet ms, verdana, arial;
						font-size: 13px;
						color: #ab804c;
						text-decoration: none;
						}
						
.bodylink2:hover		{font-family: trebuchet ms, verdana, arial;
						font-size: 13px;
						color: #caa06e;
						text-decoration: none;
						}
						
.heading				{font-family: trebuchet ms, verdana, arial;
						font-size: 18px;
						color: #ffffff;
						}
