@charset "UTF-8";
/* CSS file for Maintanence Forum website */
/* designed by Rob Snow */
/* copyright © Atlantis Engineering S.A. 2010-11. All rights reserved */
/* Not to be removed */

#hotel {
	background: url(../images/hotel.jpg) no-repeat center center;
	width: 538px;
	height: 100px;
	margin: auto;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

#hotel2 {
	background: url(../images/hotel2.jpg) no-repeat center center;
	width: 538px;
	height: 100px;
	margin: auto;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

#forum {
	background: url(../images/forum.jpg) no-repeat center center;
	width: 538px;
	height: 100px;
	margin: auto;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

p.video {
	text-align: center;
}


