@charset "UTF-8";
/* CSS Document */
html {
height: 100%;
}
* html #container {
height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#000;
}
#container {
	width: 975px;
	margin:0 auto;
	min-height: 100%;
}
#header {
	background-image: url(../layers/header.png);
	background-repeat: no-repeat;
	height: 345px;
	width: 975px;
}
#headerB {
	background-image: url(../layers/middle1.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 141px;
	width: 975px;
}
#content {
	background-image: url(../layers/repeat.png);
	background-repeat:repeat-y;
	background-position:center;
	height: auto;
	width: 975px;
}
#footer {
	background-attachment: scroll;
	background-image: url(../layers/footer.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 975px;
	padding: 0;
}
.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	vertical-align: middle;
	float: right;
	margin-right: 45px;
	margin-top: 10px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:600;
	color:#000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}
.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
}
.style5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#FC6;
}
a:active {
	text-decoration: none;
	color:#000;
}
.link, .link a,.link a:link, .link a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

.link a:active,.link a:hover {
	color:#FC6;
}
