@charset "utf-8";
/* Sean Robert Kennedy */

body {
	background-color: #999;
	margin: 0px;
	paddng: 0px;
}
#logo {
	background-image:url(logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 600px;
	height: 77px;
	margin-top: 135px;
	margin-right: auto;
	margin-left: auto;	
}
#text {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 500px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #B5B9B8;
	text-align: center;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	border-bottom: dotted 1px #000;
}