@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	color:#666666;
	margin:0;
	padding:0;
    background-image:url(images/back_felt.png);
	background-repeat:repeat;
}

#splash {
	width:433px;
	height:529px;
	margin:130px auto;
	border:0;
	background-image:url(images/splash.png);
}

ul.hover_links {
	margin:0;
	padding:0;
}

.hover_links li {
	list-style:none;
}

.hover_links li, .hover_links a {
	display: block;
}

#about {
	width:433px;
}

#about a {
	height:550px;
	text-indent:0;
}
	
a, a:active, a:visited {
  outline:0 !important;
}