
body{
	background: #FFF;
	position: relative;
	margin: 0px;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
}

.container{
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.inner .logo img{ width: 100%; max-width: 500px;}

.inner .contacts span{ display: block; margin: 10px;}
.inner .contacts span b{ font-weight: bold;}
.inner .contacts span a{ margin-left: 10px;}
.inner .contacts a{color: #b44897; text-decoration: none;}
.inner .contacts a:hover{ color: #d26ab6; text-decoration: underline;}