body {
	background: #000 url("../images/bg.jpg") no-repeat center center;
	color: #000;
	font: normal 100% arial;
}

body:before {
	background: url("../images/bg.jpg") no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

header a {
	color: #00C;
	text-decoration: none;
}

caption a {
	color: #FF0;
	text-decoration: none;
}

a:hover {
	color: #090;
}

a:active {
	color: #F00;
}

caption {
	color:#FFF;
	font: bold 100% arial
}

h1, h2, h3, h4, h5 {
	margin: 0px;
}
h1 {
	font: bold 100% arial;
}
h2 {
	font: bold 100% arial;
}
h3 {
	font: normal 100% arial;
}
header {
	background: #FFF url("../images/header_bg.jpg") no-repeat fixed center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
header h1 {
	color: #000;
	font: normal 240% cursive;
}
article {
	margin: 70px 0px 30px 0px;
	z-index: 2;
}
article img {
	width: 110px;
}
main img {
	width: 300px;
}
section img {
	height: 60px;
	width:  60px;
}
footer {
	background: #FFF url("../images/header_bg.jpg") no-repeat fixed center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
footer h5 {
	color: #333;
	font: normal 120% arial;
}
