* {	margin: 0px;
	padding: 0px;
	font-family: Sans-Serif;
}
a {	color: #3B6FC2;
}
a:hover {	text-decoration: none;
}
.container {	width: 100%;
	text-align: center;
}
.main {	width: 912px;
	text-align: left;
	margin: 0px auto;
	height: 500px;
}
.header {	width: 100%;
	height: 132px;
	background-image: url('images/line.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
}
.logo {	position: absolute;
	top: 76px;
	left: 0px;
}
.text {	width: 870px;
	padding-top: 17px;
	height: 350px;
}
.text p {	color: #4E4946;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
}
.lang {	position: absolute;
	right: 0px;
	top: 98px;
}
.lang a {	color: #898989;
}
.footer {	background-image: url('images/line.jpg');
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	font-size: 16px;
	color: #939393;
	padding-top: 7px;}