@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.container {
	width: 100%;
	height: 100%;
	background-color: #F00;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.container img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 212px;
	margin-top: -106px;
	margin-left: -150px;
}
.Top {
	background-color: #242424;
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	color:#ccc;
	font-family: 'Montserrat', sans-serif;
	font-size:21px;
	border-top:3px solid #86b0a8;
}

.Top a{
	color:#86b0a8;
	text-decoration:none;
}