body {
	
	background: #a5c9ee;
	
}

.contentLeft {
	float:left;
	padding-left: 150px;
	height: 50px;

	}

.contentRight {
	float:right;
	padding-right: 150px;
}

.center{
	text-align:center;
	margin-top: 200px;
}

.box{
	margin-top: 180px;
	min-height: 130px;
	width: 100 px;
	border-radius: 50px 50px 50px 50px;
	background-color: #ffffff;
	border: 1px solid black;
	filter:alpha(opacity=60);
	opacity:0.6;
}