/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:none;
}
body{
	text-align:center;
	background:#fff;
}
#container{
	width:700px;
	margin:5px auto;
}
#container img{
	vertical-align:bottom;
	float:left;
}
.pcbox{
	width:100px;
	height:100px;
	float:left;
}
#clerboth{
	clear:both;
}