@charset "utf-8";
/* Root Formatting */
body { 
	background: url(img/bg.gif) repeat;
	color: #222;
	font-family:Arial, Helvetica, sans-serif;
}
/* Main Containers */
#cont {
	background: url(img/logo_cent.jpg) no-repeat;
	margin: auto;
	width: 800px;

}
#mess {
	font-size: 12px;
	width: 400px;
	margin: auto;
	text-align: center;
	padding-top: 500px;
}
/* Other Formatting */
h1 {
	font-size: 16px;
}

/* Links */
a { 
	color: #444;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
a:hover, a:focus, a:active{ 
	color: #555;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}