@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.body {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	color: #000000;
}
.white {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
}
.title {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
