body {
	background-image:url(images/tile.gif);
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	font-family:Helvetica, Arial, sans-serif;
	font-size:.7em;
	}
	

#wrapper {
background-image:url(images/repeatmouth.png);
background-repeat:repeat-y;
height:1000px;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
width:153px;
z-index:100;
}
	
#topmouth {
	background-image:url(images/topmouth.png);
	background-repeat:no-repeat;
	position:absolute;
	width:153px;
	height:248px;
	z-index:100;
	top:0;
	left:0;
	}
	
#content {
	margin-top:175px;	
	}
	
#welcome {
background-image:url(images/title.png);
height:121px;
margin-left:auto;
margin-right:auto;
position:relative;
top:215px;
width:593px;
z-index:1;
	}
	
h1#welcome {
	margin:0 auto;
	}
	
h1#welcome a {
	display:block;
		text-indent:-9000px;
		height:215px;
	}
	
#welcome a img {
	border:0;
	}
	
ul#links {
	padding:0px;
	list-style-type:none;
	margin-left:190px;
	}
	
ul#links li {
	display:inline;
	}
	
ul#links li a:link {
	color:#630909;
	text-decoration:none;
	}
	
ul#links li a:visited {
	color:#630909;
	text-decoration:none;
	}
	
ul#links li a:hover {
	color:#630909;
	text-decoration:underline;
	}
	
	
ul#links li+li {
	padding-left:25px;
	}
	
#bottommouth {
	background-image:url(images/footmouth.png);
	position:fixed;
	z-index:10;
	bottom:0;
	left:0px;
	height:222px;
	width:153px;
	clear:both;
	}

a div {
	border:0;
	}

a:link {}
a:visited {outline:none;}
a:hover {outline:none;}	
a:active {}
