/*
BUTTERCATS!
Laurel Kamps
bcatstylez.css
*/

body {
	/*background-image: url("images/bg_bottom.gif");
	background-repeat: repeat;*/
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


.main {
	z-index: 1;
	position: absolute;
	background-image: url("images/bg_main.gif");
	top: 0px;
	left: 0px;
	width: 760px;
	height: 420px;
}

.stuff {
	z-index: 10;
	position: fixed;
	top:125px;
	left: 300px;
	width: 425px;
	height: 275px;
}

.flashep {
	z-index: 10;
	position: fixed;
	top:125px;
	left: 300px;
	width: 425px;
	height: 275px;
	text-align: center;
}

.but_back {
	z-index: 10;
	position: fixed;
	top: 400px;
	left: 0px;
	width: 70px;
	height: 20px;	
}

h3.sky {
	color: #006699;	
}

h3.sand {
	color: #663300;	
}

img {
	border: 0px;	
}