@charset "utf-8";
.kosmos {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.main-bg {
	background-attachment: fixed;
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.inside-bg {
	background-attachment: scroll;
	background-image: url(img/inside.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.body-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	word-spacing: normal;
}
.TEXT-BOX {
	background-attachment: fixed;
	background-image: url(img/text-box.png);
	background-repeat: no-repeat;
	background-position: center center;
}
