html {
min-width:800px;
}

body { 
	background:#bd8100 url(bigbg.gif) repeat-y center;
	color: #000000;
	margin: 0px; 
	text-align:center;
	font-family: Helvetical, Arial, san-serif;
	font-size: 18px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #d8d294;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #d8d294;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #d8d294;
	}
	
.clear {
	
	clear: left;
}

/* specific divs */

#bounds { 
	
	position:absolute; 
	left:50%;
	width: 800px;
	margin-left: -400px;
	text-align:left;
	}

#intro { 
	text-align:right;
	height: 50px;
	color: #F8D996;
	font-weight: bold;
	font-size: 30px;
	padding-right: 20px;
	}

#links {
	position:absolute;
	width:185px;	
	left:0px;
	top:50px;
	margin:0;
	padding-left: 4px;
}

#main {
	position:absolute;
	width:580px;
	left:200px;
	top:50px;
	margin:0;
	padding:0;
	color: #6a4a33;
	margin-bottom: 12px;
}

#footer { 
	text-align: center; 
	}



