body {
	margin:0px; padding:0px;
	background-image: url(../images/flower_centre.jpg);
	background-repeat: no-repeat;
}

#content {
	position:absolute;
	left:50%;
	width:700px;
	height: 400px;
	margin-top:50px;
	margin-left:-366px;
	padding:15px;
	border:1px dashed #333;
	background-color:#414141;
}
