#box{
	text-align: center;
	border:1px solid #fff;
	width:20%;
	float:right;
	background: rgba(0,0,0,0.5);
	margin-right: 15px;
	
	box-shadow: 0px 5px 5px #000;
	border-radius: 5px;
	display: block;
}
