body {
	background-color: #000;
	background-image: url('../images/bg.png');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-family: arial;
	font-size: 120%;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #000;
}
header {
	top: 0;
	left: 0;
	position: fixed;
	height: 185px;
	width: 100%;
	z-index: 3;
}
article {
	color: #FFF;
	margin: 185px 0px 30px 0px;
	z-index: 1;
}
footer {
	background-color: #000;
	background-image: url('../images/bg.png');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
}
footer a {
	color: #CCC;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

a {
	text-decoration: none;
}

a[href^="tel:"] {
	color: #CCC;
	text-decoration: none;
}

h1,h2,h3 {
	margin: 0px;
}

pre {
	color: #CCC;
}

div {
	background: #E2E5F6;
	border-radius: 3px;
	color: #000;
	padding: 0px 10px;
	border: 1px solid #A7A7A7;
	margin: 0 0 1px 0;
	width: 348px;
}

div table {
	width: 348px;
}
