@charset "UTF-8";
.text1 {
	font-family: "Century Gothic", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Arial Narrow";
	font-size: 13px;
	color: #000000;
}
.text1bold {
	font-family: "Century Gothic", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Arial Narrow";
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.text1boldWhite {
	font-family: "Century Gothic", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Arial Narrow";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
