body {
/*	font: 85% Lucida Grande, Geneva, Arial, Verdana, sans-serif;*/
    font: 90% Cambria, Georgia, Garamond, "Times New Roman", Times, serif;
	background-color:#FFF;
	color: #6F6F6F;
	letter-spacing:	normal;
	word-spacing:	normal;
	font-weight:	400;
	margin: 0;
	padding: 40px 0 80px 0;
	line-height: 22px;
}

.Container {
	width: 650px;
	margin: auto;
}

.Logotype {
	clear: both;
	height: 100px;
	width: 100%;
	background: url('/img/logo.png') no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}

.Footer {
    display: block;
    width: 100%;
}

.Footer .Left {
	font-size: 25px;
	letter-spacing: -1px;
	word-spacing:	normal;
	font-weight:	400;
	color: #444;
	text-align: left;
	float: left;
}

.Footer .Right {
	font-size: 25px;
	letter-spacing: -1px;
	word-spacing:	normal;
	font-weight:	400;
	color: #444;
	text-align: right;
	float: right;
}
	
a {
	color: #3d9ae2;
}
	
a:hover {
	color: #2e74ad;
}
	
.logo {
    display: block;
    height: 100px;
    wudth: 100%;
}

.logo img {
    border: none;
    width: 576px;
    height: 50px;
}