body {
		background-color: #B3F5FF;
	}

#header {
	background-color: #00A8E7;
	width: 100%;
	height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
#header a {
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}

#container {
	margin-top: 50px;
	position: relative;
}
.box {
	padding: 15px 0 0 15px;
	float: left;
}
.pic {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	background-color: #fff;
}
.pic img {
	width: 250px;
}