/* CSS Document */

* { margin: 0; padding: 0;}

html { height: 100%; } 

body {
	text-align:center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;  
	background-color: #574308;
}

#introcontainer {
	width: 100%;
	position: relative;
	height: 100%;
	text-align: center;
	margin: 0;/* */
	background-color: #574308;
	padding: 0px;
	top: 0px;
	right: 0px;
}

#introposition {
	width: 100%;
	position: relative;
	top: 150px;
    margin: 0 auto;
}
#introposition a:link, a:visited { color: #FFFFCC; text-decoration: none; }
#introposition a:hover { color: #FFFFFF; text-decoration: none; }

