@charset = "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #c6c4b1;
}

#container {
    position: absolute;
	top: 30%;
	left: 25%;
}

#under-construction {
	border: 5px #47485A solid;
	background: #47485A;
	padding: 20px;
	width: 500px;
	color: #ffffff;
	box-shadow: 0px 0px 10px #47484a;
}

#logo {
	margin: -5px auto;
	background: url('logo.png') no-repeat;
	width: 500px;
	height: 154px;
	display: block;
}

#under-construction p {
	text-align: center;
	font-family: 'Buenard', sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
}

#social {
	overflow: hidden;
}

#social #facebook {
	color: #fffffff;
	padding: 5px 25px 5px;
	margin: 0 auto;
	width: 120px;
	background: url('facebook.png') 0px 5px no-repeat;
	font-size: 12px;
	letter-spacing: 0px;
}

a {
    text-decoration: none;
    color: #ffffff;
}