@charset "utf-8";
.header {
	background-color: #000000;
	position: relative;
	height: auto;
	width: auto;
	left: auto;
	right: auto;
}
.footer{
	background-color: #000000;
	position: relative;
	height: 97px;
	width: 1000px;
	left: auto;
	right: auto;
}

.link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#Content{
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding:10px;
	background-color:#000000;
	height: 700px;
	overflow: hidden;
}
#Center{
	width:1000px;
	height:500px;
	left: auto;
	right: auto;
}
#text{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	margin-left: 120px;
	margin-right: 120px;
	margin-top: 90px;
	margin-bottom: 20px;
	text-indent: 30px;
}

body {
	overflow: hidden;
	margin:5px 0px; padding:0px;
	background-color:#354a84;
	text-align:center;
}
A:link { 
	text-decoration:none; 
	border-style:none;
	}
A:visited { 
	text-decoration:none; 
	border-style:none;
}
A:active { 
	text-decoration:none; 
	border-style:none;
}
A:hover {
	text-decoration:none; 
	border-style:none;
}
img {  
	border-style: none;
}