@charset "utf-8";
/* CSS Document */

#main {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
 p {
	text-align: center;
	font-family: Tahoma, Verdana;
	font-size: 0.9em;
	color: #FF5A72;
	letter-spacing: -1px;
	font-weight: bold;
}
 a {
	color: #61c7d6;
	text-decoration: none;
	font-weight: bold;
	background-image: url(img/starSmall.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 1.2em;
	text-transform: uppercase;
}
 a:hover {
	color: #000000;
}
#main h1 {
	color: #61c7d6;
	font-family: "Trebuchet MS", Tahoma, Arial;
	letter-spacing: -1px;
	text-align: center;
	font-size: 1.9em;
}
