* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #006492;
	text-align: center;
	font-size: small;
	color: #fff;
}

h1 {
	display: block;
	background-image: url(/images/index/revel_logo_index.gif);
	background-repeat: no-repeat;
	width: 372px;
	height: 124px;
	float: left;
	margin-left: 110px;
	margin-top: 22px;
	position: absolute;
}

h1 a {
	display: block;
	text-decoration: none;
	width: 372px;
	height: 124px;
	position: relative;
	z-index: 1;
}

h1 a span {
	visibility: hidden;
}

h2 {
	padding: 7px 8px 5px;
	background-color: #006492;
	font-weight: normal;
	font-size: 1.2em;
}

h2 a {
	text-transform: uppercase;
	color: #fff;
}
h2 .big {
	font-size:1.4em;
}
a {
	color:#006492;
	text-decoration:none;
}