body {
	background: #ffffff url('../images/bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	display: none;
}
#container {
	width: 940px;
	height: 695px;
	position: relative;
	margin: auto;
	background: url('../images/body.jpg') top center no-repeat;
}
#box {
	background: url('../images/box.jpg') no-repeat;
	width: 940px;
	height: 175px;
	margin: 0 0 30px 0;
	font-size: 12px;
	position: relative;
	top: 452px;
}
#ehc1 {
	width: 380px;
	float: left;
	padding: 24px 0 0 30px;
}
#ehc1 span {
	color: #566068;
}
#ehc1 span p {
	color: #0066CC;
	font-weight:bold;
	font-size:18px;
	line-height: 1.5;
}
#subscribe {
	width: 430px;
	float: left;
	padding: 30px 0 0 70px;
	text-align:right;
}
#subscribe h3 {
	font-size: 14px;
	color: #0066CC;
	margin-bottom: 4px;
}
#subscribe span, #subscribe span a {
	font-size: 12px;
	color: #566068;
	text-decoration: none;
}

p#footer {
	text-indent: 30px;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	position: absolute;
	top: 800px;
	font-size: 11px;
	color: #9B9B9B;
}
p#footer a {
	color: #9B9B9B;
}
