#bottom-container {
	background-image: url('images/background-bottom.jpg');
	margin-top: 10px;
	width: 930px;
	height: 90px;
}

	#bottom-container div.email {
		padding-top: 23px;
		padding-left: 30px;
	}
	
		#bottom-container div.email a {
			font-size: 18px;
			color: #01bfcb;
		}
		
	#bottom-container div.img-separator {
		background-image: url('images/vertical-separator.gif');
		background-repeat: no-repeat;
		margin-top: 19px;
		margin-left: 29px;
		margin-right: 29px;
		width: 4px;
		height: 90px;
		
	}
	
	#bottom-container div.copyright {
		color: #d8bbad;
		font-size: 12px;
		padding-top: 27px;
	}
