/* i love reef splash css */

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(../thenewsite/img/main_bg.jpg) repeat 0px 0px;
	}

div, img { behavior: url(css/iepngfix.htc) }

a:link, a:visited, a:active {
	color: #6e6056;
	font-size: 11px;
	text-decoration: underline;
	text-align: center;
	padding: 3px 0 3px 15px;
	}
	a:hover { text-decoration: line-through;}
	
strong, b { font-weight: bold; color: #6e6056; }

p { font-size: 12px; line-height: 19px; margin: 0; padding: 10px; color:#FFFFFF; }

h1 {
	color: #6e6056;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}

#content {
	margin: 50px 0px 0px 0px; height: auto;
	padding: 0;
	width: 100%;
	text-align: center;
	}
	#splash {
		background: url(../images/splash_reef.png) no-repeat 0px 0px;
		text-align:center;
		width: 550px;
		height: 500px;
		margin: 0 auto;
		padding: 0px;
		}
