body {
    color: #a39467;
    background: #E4DDB5 repeat-x left top;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0px auto;
    padding: 0px;
}

#container {
	background: url(../images/bg_img.png) no-repeat 50% 0;
    margin: 0px auto;
    text-align: center;
    width:100%;
	height: 545px;
	
}

#content {
    margin-top: -40px;
    text-align: center;
    width:100%;
}

h1 {
    font-size: 14px;
    color: #5F5A49;
}

    h1 a {
        color: #8F7E52;
        text-decoration: underline;
    }

#data_enrichment {
    color:#fff;
    font-family: Times, serif;
    font-size: 31px;
}

a { cursor:pointer; }

input {
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: #bdb28c;
    font-family: "Times New Roman", serif;
    font-size: 31px;
    text-align: center;
    width: 56px;
	
	/* IE 7 Fix */
	*padding-top: 2px;
	*vertical-align: middle;
}

.checkbox {
	overflow: hidden;
}

#enter_site {
	margin-top: 20px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 88px;
	left: 0;
}

.footer .top {
	background: #EEEAD1;
	padding: 13px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.foot_divider {
	border-top: 1px solid #E0D295;
	border-bottom: 1px solid #FFF;
}

.footer .bottom ul {
	list-style: none;
}

.footer .bottom ul li {
	display: inline;
	color: #000;	
}

	.footer .bottom ul li a {
		color: #877846;
		text-decoration: none;
	}
	
		.footer .bottom ul li a:hover {
			text-decoration: underline;
		}
