/* CSS Document */

/* Simon Hughes intro*/

body {
	margin-left: 50px;
	margin-right: 50px;
	background-image: url(images/bwbar180.gif); background-position:  center;
	}

#main {
	width: 100%;
	height: 600px;
	}
	
#photography {
	float: left;
	width: 50%;
	height: 600px;
	background-color:#FFFFFF;
	}
	
#wine {
	float: right;
	width: 50%;
	height: 600px;
	background-color: #333333;
	
	}
	
#footer {
	width: 100%;
	height: 80px;
	}
	
