@charset "utf-8";
body {
	background-image: url(../images/index.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer {
	height: 45px;
	clear: both;
}
#copyright {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	text-align: center;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin-top: 5px;
}
.copyright a:link, .copyright a:visited, .copyright a:hover {
	color: #999999;
	text-decoration: none;
}
