
div#indexContainer {
	margin:0;
}

div#indexContainer div#subInfo {
	width:140px;
	text-align:center;
	float:left;
}

div#indexContainer div#notice {
	width:430px;
	float:right;
}

div#indexContainer div#notice h1 {
	font-size:15px;
	margin:0 0 8px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #cccccc;
	text-align:center;
	color:#FFD800;
}

div#indexContainer div#notice div#block {
	margin:0;
	background-color:#333333;
	padding:10px;
}

div#indexContainer div#notice div#block div#pics {
	width:180px;
	float:left;
}

div#indexContainer div#notice div#block div#caption {
	width:220px;
	float:right;
}


div#countdown {
	position: relative;
	width:140px;
	height:110px;
	margin:0 0 10px 0;
}

div#countdown div#bg {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}

div#countdown div#caption {
	position:absolute;
	bottom:5px;
	right:20px;
	z-index:2;
	font-size:60px;
	font-weight:bold;
	line-height:100%;
	font-family:Impact,Arial;
	color:#ffffff;
}


.end {
	border:1px dotted #999999;
	background-color:#444444;
	padding:5px 0px 5px 0px;
	margin:10px 0px 0px 0px;
	text-align:center;
}

