
body {
	background-color:#fff;
	text-align: center;
}
	
.container {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.logo {
	width: 900px;
	margin-top:25px;
}

.animation {
	width: 900px;
	margin-top:21px;
	height: 557px;
	background-image: url(images/loading-bg.png);
	background-repeat: no-repeat;
}


.text {
	width: 900px;
	margin-top:30px;
	height: 340px;
}

.text-left {
	width: 434px;
	float: left;
}

.nav {
	font-size: 9px;
	color: #58595b;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}

.nav a{
	color: #58595b;
	text-decoration: none;
}

.nav a:hover {
	color: #000;
	text-decoration: none;
}

.credits {
	color: #6d6e71;
	font-size: 11px;
	text-transform: none;
	margin-top: 8px;
	line-height: 14px;
}

.text-right {
	width: 466px;
	float: right;
	color: #58595b;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 15px;
}

.footer {
	width: 900px;
	height: 44px;
	font-size: 9px;
	color: #6d6e71;
}

.newsite {
	width: 900px;
	margin-top:41px;
}

.contact {
	width: 830px;
	margin-top:30px;
	height: 440px;
	color: #58595b;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 15px;
}

.contact a{
	color: #58595b;
	text-decoration: none;
}

.contact a:hover {
	color: #000;
	text-decoration: none;
}
