@charset "utf-8";
/* CSS Document */

html, body {
	margin-top: 0px;
	background-color: #3caa32;
	background-image: url(../images/bococasplash_bckgrnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
#bococaMain {
	margin: 0px auto;
	width: 800px;
	height: 480px;
	background-image: url(../images/bococasplash_main.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#bococaLink {
	width: 493px;
	height: 396px;
	position: relative;
	left: 155px;
	top: 69px;
}
#bococaLink a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#bococaSplashFooter {
	margin: 0px auto;
	width: 480px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#bococaSplashFooter a {
	color: #FFFFFF;
}