#RandomImage {
	width: 600px;
	height: 150px;
	background-image:  url("images/photo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	background-color: #000000;
	;
	margin-top: 12px;
	margin-right: 20%;
	margin-bottom: 12px;
	margin-left: 20%;
	text-align: center;
	}
	
