@charset "UTF-8";
#wrapper {
	background-color: #000;
	height: 1200px;
	width: 1280px;
	background-image: url(images/new-index.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	height: 130px;
	width: 1280px;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
}
#main {
	width: 1280px;
	height: 970px;
	float: left;
	clear: none;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(newmainarea.jpg);
	background-position: -10px;
	right: auto;
	bottom: auto;
}
#navbar {
	width: 1280px;
	height: 100px;
	float: left;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	word-spacing: 100em;
	margin-left: auto;
}
a:link {
	text-decoration: none;
	color: #E8E8E8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(images/new-buton.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	text-align: center;
	padding: 0px;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #800;
	text-decoration: none;
}
