#box {
	position: relative;
	border: 2px solid gray; 
	padding: 10px; 
	float: right;
	color: white;
	font-size: 16px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px; 
	background-color: #151515;
	width:200px;
}