@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
}
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	line-height:20px;
}
.red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:red;
	line-height:20px;
}