/* @override 
	http://haresfinchproperty.co.uk/style.css */

body {
	background-color: #111;
}

#container {
	width: 340px;
	position: absolute;
	top: 50%;
	height: 100px;
	margin-top: -100px;
	left: 50%;
	margin-left: -170px;
}

#container img {
	width: 340px;
	
}