@charset "utf-8";
/* CSS Document */

body {
	background-color:#E6E6E4;
	border: 0px;
	margin: 0px;
}



body p {
	font-family:'Times New Roman', Times, serif;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-right:40px;
	margin-left:40px;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

#wrapper #ftr {
	background-image: url(../images/mtn_fade2.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	/*border:1px solid red;*/
	height:308px;
	}
	
#wrapper #ftr p {
	text-align:left;
	margin-right:0px;
	margin-left:0px;
	}
