body { 

	text-align: center;
		
}

* {

	font-family: Verdana,Arial,Sans-serif;
	font-size: 8pt;

}

h1 {
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
}


a:link {

	text-decoration: none;
	color: #666666;
	border-bottom:0px;
 	padding-bottom:1px;
	
}


a:visited {

	text-decoration: none;
	color: #666666;
	border-bottom:0px;
 	padding-bottom:1px;

}

a:active {

	text-decoration: none;
	color: #666666;
	border-bottom:0px;
 	padding-bottom:1px;

}

a:hover {

	text-decoration: none;
	color: #999999;
	border-bottom:0px;
 	padding-bottom:1px;
	
}


img {

	vertical-align: 0%;
        border: 0;

}


div#page {

	width: 1000px;
	margin: 0px auto 0px auto;

}

div#head {

	text-align: center;
	width: 1000px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;

}


div#content {

	text-align: justify;
	margin: 0px 0px 0px 0px;
	width: 1000px;
	height: 360px;
	background-color: #222222;
	
}

div#content2 {

	text-align: justify;
	margin: 0px 0px 0px 0px;
	width: 1000px;
	height: 450px;
	background-color: #222222;
	
}




div#footer {

	clear: both;
	text-align: center;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;

}

div#fresh {

	clear: both;
	text-align: center;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	background-color: #220000;

}

div#copyright {

	clear: both;
	text-align: center;
	color: #666666;
	margin: 0px 0px 0px 0px;
	background-color: #000000;

}

	