@charset "utf-8";
/* CSS Document */

h1 {
	font-size:16px
}
a {
	color:#ffb400;
	text-decoration:none
}
body {
	background:#fff url(images/background.jpg) center center fixed;
	background-size:cover;
	margin:0;
	font-size:12px;
}
.header {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:960px
}
.content {
	font-family: 'arial';
	width:100%;
	max-width:920px;
	padding:20px;
	background: url(images/bg.png);
	color:#000;
	margin:0 auto;
}
.footer {
	background-color:#000;
	font-family: 'arial';
	font-size:16px;
	color:#FFF;
	width:100%;
	height:64px;
	position:fixed;
	bottom:0;
}
.footer_inner {
	width:100%;
	max-width:920px;
	padding:20px;
	margin:0 auto;
}