@charset "utf-8";
/* CSS Document */

body {
	background: url(./images/background.jpg) #e5e4e5 no-repeat;
	margin: 0 auto;
	margin-top: 50px;
}

#logo {
	background: url(./images/offlogo.png);
	height: 217px;
	width: 217px;
	margin: 0 auto;
}

#text {
	font-family: arial;
	font-size: 11px;
	text-align: center;
	color: #778081;
}
