@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background-color: #000044;
	color: #000;
	margin: auto;
	z-index: 5;
	width: 800px;
}

h2 {
	font-size: 16px;
	margin-bottom: 8px;
}

p {
	text-align: justify;
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 20px;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000CC;
}

img {
	border: 0px;
}

.logo {
	text-align: left;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(static/img/mtn.png) bottom left repeat-x;
}

.back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background: url(static/img/back.png) left repeat-x;
	z-index: 1;
}

.all {
	z-index: 10;
	position: absolute;
	top: 0px;
	margin-top: 10px;
	width: 800px;
}

.content {
	background-color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	z-index: 20;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	position: relative;
	top: -1px;
}

.general {
	height: auto;
}

.intro p {
	margin-top: 0px;
	font-size: 11px;
}
