html, body, #centersplash {
	font-weight: normal;
	font-size: 13px;
	height:100%;
	color: 000000;
	background-color: #371e11;
        margin-left:5px;
        margin-right:5px;
        margin-top:0px;
        margin-bottom:0px;
	text-align: center;
}

#centersplash {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

img {
        border: 0px;
	text-decoration: none;
}

.footer {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid #427A5D;
}

.copy {
	color: C1B39F;
        font-size: 12px;
        text-align: center;
}


a:link {
	color: #D15881;
	text-decoration: none;
}

a:visited {
	color: #D15881;
	text-decoration: none;
}

a:active {
	color: #D15881;
	text-decoration: none;
}

a:hover {
	color: #D15881;
	text-decoration: none;
	font-weight: bold;
}


#bottommenu {
	clear: both;
        text-align: center;
	font-size: 16px;
        padding: 9px;
}

#bottommenu a {
        padding: 9px;
}

.copy a:link {
	color: #C1B39F;
	text-decoration: underline;
}

.copy a:visited {
	color: #C1B39F;
	text-decoration: underline;
}

.copy a:active {
	color: #C1B39F;
	text-decoration: underline;
}

.copy a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #C1B39F;
}

