body {
	background-color:#000000;
	margin:20px;
}
#flash {
	margin:20px auto;
	width:970px;
}
#click a {
	display:block;
	text-align:center;
	background:#363636;
	color:#fff;
	font-size:14px;
	padding:12px;
	border:1px solid #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
}
#click a:hover {
	background:#f2d85d;
	color:#000;
	border:1px solid #99800d;
	text-decoration:none;
}



#content {
	width:890px;
	color:#fff;
	margin:0 auto;
	font-size:12px;
	line-height:20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding:30px 0;
	background:url(images/fades.jpg) no-repeat;
}
#content h1 {
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:0;
	height:70px;
	text-indent:-400px;
	overflow:hidden;
	background:url(images/header-txt.gif) no-repeat;
}
#content h3 {
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:10px 0 20px;
}
#content h4 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 12px;
	padding:6px 0;
	border-bottom:1px solid #666666;
}
#content .left {
	float:left;
	width:550px;
}
#content .right {
	float:right;
	width:300px;
}
#content a {
	color:#fff;
}
#content a:hover {
	text-decoration:none;
}
#content .float-list {
	float:left;
	width:125px;
	margin-right:12px;
}
#content .logo {
	text-align:center;
}
.footer {
	padding:12px 0 0;
	font-size:11px;
	line-height:18px;
	border-top:1px solid #666666;
	color:#dddddd;
}

/* epc logo */

#epc a {
	display:block;
	float:right;
	width:99px;
	height:21px;
	background:url(images/logo_epc.gif) no-repeat;
	text-indent:-400px;
	overflow:hidden;
	border-style:none;
}
#epc a:hover {
	background:url(images/logo_epc.gif) no-repeat 0 -21px;
}
