﻿/*
This is an example of how to use the image sprite in your own CSS files
*/
.Content-images-5wentworth-logo-reversed {
/* You may have to set 'display: block' */
	width: 353px;
	height: 50px;
	background: url('logo.png') 0 0;
}
.Content-images-5wentworth-logo {
/* You may have to set 'display: block' */
	width: 364px;
	height: 50px;
	background: url('logo.png') 0 -50px;
}
