html { height:100% }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image: url(../img/bg.gif);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: white;
	font-family: arial, verdana;
	font-size: 11px;
	color: #6b6b6b;
	}

a  {
	color: #ea8408;
	text-decoration: none;
	}

a:hover {
	color: #6b6b6b;
	}

p {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: light;
	letter-spacing: 2px;
	text-align: center;
	color: #6b6b6b;
	margin-bottom: 0px;
	}
	
#container {
	width: 879px;
	background-image: url(../img/bg_tile.png);
	background-repeat: repeat-y;
	text-align: left;
	}

#logo {
	margin-bottom: 40px;
	}
	
#top {
	width: 879px;
	height: 81px;
	background-image: url(../img/top.png);
	}

#footer {
	width: 879px;
	height: 91px;
	background-image: url(../img/footer.png);
	}

#footer_txt {
	padding-top: 80px;
	text-align: center;
	font-size: 10px;
	font-family: arial;
	color: #6b6b6b;
	line-height: 18px;
    }
