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

body{
	background-image:url(texture_1.png);
	background-repeat:repeat;
	font-family: helvetica;
	margin-bottom: 100px;
}

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

.hide {
	display: none !Important;
}

#container{
	width:auto;
	text-align:center;
}

#logo{
	margin-top:10%;
}

#cooming{
	margin-top: 40px;
}

#teaser {
	display: block;
	color: #fff;
	font-size: 20pt;
	margin-top: 40px;
	text-decoration: none;
}
#teaser:hover {
	color: #B7AC61;
}



footer {
	display: block;
	position: fixed;
	bottom: 0;
	text-align: center;
	background-color: #000;
	width: 100%;
	padding: 5px;
	font-size: 10pt;
	font-family: helvetica;
	color: #fff;
}



.text-container {
	color: #fff;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: justify;
}

.text-container #logo {
	text-align: center;
}
