@charset "utf-8";
/* CSS Document */


body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;

}
img {
	border:none;
	}
a {
	color:#2c2c2b;
	text-decoration:underline;
}
a:hover {
	color:#2c2c2b;
	text-decoration:none;
}
		
#combo {
	width:402px;
	margin:40px auto 0 auto;

}
#logo {
	width: 402px;
	height: 402px;
	margin-bottom:20px;
}
#ep {
	width: 402px;
	padding-top:10px;
	border-top: 1px solid #2c2c2b;
	text-align:center;
}
#ep h1{
	font-size:16px;
	font-weight:normal;
	color: #2c2c2b;
}
#live {
	width: 402px;
	padding-top:10px;
	text-align:center;
}
#live h1{
	font-size:16px;
	font-weight:normal;
	color: #2c2c2b;
}
#social {
	width: 402px;
	height: 38px;
	margin-top:12px;
	text-align:center;
	border-top: 1px solid #2c2c2b;
}
#social img {
	margin:10px;
}
