body {
	background:#000;
}
#spec {
	font-size: 11px;
	width:400px;
	margin:20px auto;
	color:#999;
}

#left {
	width:200px;
	float:left;
	margin-bottom:20px;
}

#right {
	width:200px;
	float:right;
	margin-bottom:20px;
}

.clear{
	clear:both;
	height:0px;
	font-size:0;
	line-height:0px;
}

img {
	margin-bottom:20px;
}

strong {
	color:#FFF
}