html, body, .container {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	min-width: 604px;
	overflow: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 16px;
	color: #dc0584;
	background-color: #FFF;
}
a {
	color: #383838;
	text-decoration: none;
}
a:hover {
	color: #dc0584;
	text-decoration: none;
}
.container {
	width: 100%;
}
.logo {
	width: 390px;
	height: 330px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -165px 0 0 -195px;
}
.copyright {
	position: absolute;
	width: 100%;
	bottom: 3px;
	text-align: center;
	color: #dc0584;
	left: 0;
}
@media screen and (max-width: 604px) {
.logo {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
}
}
