html {
	background-color: #fff;
}
body {
	background-color: #fff;
}
#container {
	display: none;
}

iframe#ie {
	display: block;
	overflow: none;
	width: 700px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	border: none;
}
.ie {
	color: #293d46;
}
.ie h2 {
	padding-top: 10px;
	font-size: 25px;
	text-align: center;
}
.ie p {
	margin: 20px 0;
	font-size: 15px;
	text-align: center;
}
.ie p img {
	margin: 20px 0;
}
.ie ul {
	margin-top: 30px;
}
.ie ul li {
	float: left;
	display: inline;
	width: 175px;
	padding: 10px 0;
	text-align: center;
	line-height: 60px;
}
.ie ul li a {
	border-bottom: 1px dotted #333;
	font-size: 13px;
	color: #293d46;
}
.ie ul li a:hover {
	border-bottom-style: solid;
	color: #000;
}