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

html {
	height: 100%;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	color: #333;
	
}
#container {
   	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 686px;
}
#top_nav {
	z-index: 1;
	display: block;
	margin-top: 20px;
}
#home_content {
	height: auto;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	z-index: 2;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(images/background_bottom.png);
}

#footer {
	width: 686px;
	height: 100%;
	text-align: center;
	color: #999999;
	float: left;
	padding-top: 5px;
	padding-bottom: 20px;
}
#loop {
	margin: 0;
	padding: 0;
	height: auto; 
	width: 100%;
	background-image: url(images/background_loop.png);
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #0471BB;
}
a:active {
	color: #999999;
}
img {
	margin: 0;
	padding: 0;
}