* {
	border: 0;
	margin: 0;
	padding:0;
	font-family:Verdana,Geneva,sans-serif;
}
body {
	background:#F1F1F1;
}
#holder {
	width: 320px;
	border: 4px dashed #DDD;
	padding: 5px;
	position: relative;
	color: #777;
	margin: 27% auto 0 auto;
}
h1 b{
	color: #FF6600;
}
h1 {
	font-size: 15px;
	font-family:Arial,Helvetica,sans-serif;
	position: absolute;
	top:5px;
	left: 5px;
}
p {
	font-size: 9px;
	position: absolute;
	top: 20px;
	left: 5px;
}
dl {
	display: block;
	font-size: 10px;
	margin: 0 0 0 120px;
	width: 200px;
}
dt {
	clear: both;	
	float: left;
	font-weight: bold;
	width: 40px;
}
dd{
	float: left;
}
br {
	width: 100%;
	clear: both;
	height: 1px;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
div#latests {
	width: 100%;
	position: absolute;
	bottom: 10px;
	color: #777;
}
div#latests h2 {
	width: 320px;
	margin: 50px auto 0 auto;
	font-size: 15px;
	font-family:Arial,Helvetica,sans-serif;
}
div#latests ul {
	width: 320px;
	margin: 0px auto 0 auto;
}
div#latests ul li b{
	display: block;
	width: 50px;
	text-align: center;
	background: #CCDDDD;
	font-size: 8px;
	float: left;
}
div#latests ul li{
	font-size: 10px;
	color: #777;
	border: 1px dotted #DDD;
	margin: 3px;
	list-style: none;
}