html, body {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
body {
	text-align: center; 
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center; 
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #751F1F;
}
a:active {
	color: #FFF;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;	
}
#content {
	text-align: left;
	width: 752px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo {
	width: 752px;
	height: 100px;
	float: left;
}
#box {
	width: 752px;
	float: left;
	box-shadow: 0px 0px 5px #999;
	background: #FFF;
	border: #bdbdbd 1px solid;
}
#banner {
	border: #bdbdbd 1px solid;
	float: left;
	margin-left: 1px;
	margin-top: 1px;
	width: 748px;
	height: 257px;
}
.boxelement {
	border: #bdbdbd 1px solid;
	float: left;
	margin-left: 1px;
	margin-top: 1px;
}
.innerbox {
	background: url(img/boxbg.png);
	background-repeat: no-repeat;
	background-color: #141414;
	width: 748px;
	margin-bottom: 1px;
}
#textbox {
	min-height: 700px;
	width: 320px;
	float: left;
	margin: 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#buttons {
	width: 390px;
	height: 328px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	align: center;
	text-align: center;
}
#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #555;
	padding: 4px;
	float: right;
    bottom: 0; 
}
#foot a:link {
	color: #555;
	text-decoration: none;
}
#foot a:visited {
	color: #555;
	text-decoration: none;
}
#foot a:hover {
	color: #751F1F;
	text-decoration: none;
}
#foot a:active {
	color: #555;
	text-decoration: none;
}

