
* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	font-family: Arial, sans-serif;
	background: #F6EAEA url(../img/background2.jpg) repeat-y center top fixed;
}

a {
	text-decoration: none;
	color: #fff;
}

p {
	text-align: center;
	font-size: 1.1em;
}

.container {
	width: 98%;
	max-width: 900px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	/* border: 1px dotted red; */
}

.logo {
	position: relative;
	top: 10px;
	margin-bottom: 54px;

}
.logo img {
	position: relative;
	display: block;
	max-width: 140px;
	margin: 10px auto;

}

.headings {
	text-align: center;
	text-transform: uppercase;
	margin-top: 38px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.buttons {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

a.button {
	display: inline-block;
	position: relative;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 200px;
	margin: 40px;
	background-color: #000;
	text-transform: uppercase;
}
a.button:hover {
	background-color: #CE1B52;
}

footer {
	position: relative;
	width: 100%
	max-width: 600px;
	bottom: 14px;
	margin-top: 300px;
	text-align: center;
	/* border: 1px red dotted; */
}
footer p {
	color: gray;
	font-size: 0.8em;
}
footer a {
	color: #000;
}
footer a:hover {
	text-decoration: underline;
	color: #CE1B52;
}


@media only screen and (max-width: 600px) { 
		a.button {
			margin: 12px;
		}
	}




 