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

* {
	margin: 0px auto 0px auto;
	}
	
	#header { width: 100%; height: 125px; background: #000; }
	
	body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #000000;
	text-indent: 0px;
	margin: 0px;
	text-align:center;
	}
	.style7 {
	font-size: 14px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	}
	a.style7:link, a.style7:hover {
	font-size: 14px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}