body {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Verdana, Arial;
	line-height: 1.5em;
	background-image: url(img/background.jpg);
	color: #FFFFFF;
}

#footer {
	text-align: right;
	color: #999999;
	font-size: 1em;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #000000;
	width: 100%;
	padding-right: 30px;
}
#logo-holder #logo-text {
	font-size: 2.8em;
	font-weight: bold;
	line-height: 46px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#logo-holder {
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	position: relative;
	text-align: center;

}
#logo-holder #logo {

}


#footer a {
	color: #636363;
	text-decoration: none;
}
#footer a:hover {
	color: #444444;
	text-decoration: underline;
}
.footer_copyright {
	margin-left: 20px;
	cursor: default;
}
