@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image: url(images/index_01.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
	text-align: center;
}

.heading {
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: left;
}

.titlebg {
	height: 4px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position: center center;
	background-color: #000;
}

.headerreg {
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}
