@charset "ISO-8859-1";
body {
	background-color: #FFFFFF;
	/*background-image: url(../images/mountainsbackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;*/
	text-align: center;
	margin: 0;
	padding: 0;
}

a, a:hover, a:link, a:visited {
	color:#879299;
}

#content {
	position: relative;
	/*left: 50%;*/
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin: 0 auto;
	/*margin-left: -499px;*/
}
