@charset "UTF-8";
h1 {
	font-size: 28px;
	color: #C191A1;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	color: #C191A1;
}
h3 {
	font-size: 14px;
	color: #C191A1;
}
h4 {
	font-size: 14px;
	color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}
body {
	background-image: url(../images/Malamutenpower_bkg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9590b9;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: normal;
	font-size: 13px;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	overflow: visible;
}
#content_box {
	width:60%;
	z-index:1;
	background-image: url(../images/Box.png);
	background-repeat: no-repeat;
	border: 5px solid #999;
	padding: 20px;
	background-attachment: fixed;
	background-position: left top;
	margin-top: 80px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 270px;
	text-align: left;
	position: absolute;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #C191A1;
}
a:active {
	text-decoration: none;
	color: #092E6D;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCC;
	text-decoration: none;
}

