* html {overflow:hidden;}
body {
	background-color:#889BBE;
	background-image: url(http://bonesnroses.com/vaida/images/marble_nav.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	color:#000000;
	height:100%; 
	overflow: auto;
	margin:0; 
	padding:0;
}
a { color:#E6FFFE;}
                                               /* Navigation
---------------------------------------------------------------*/
* html #navcontainer { 
	position: absolute; 
	top: 100px;
	left: 10px;
}
#navcontainer {
	position: fixed;
	top: 100px;
	left: 10px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	text-align: left;
}
#navcontainer li { margin-top: 5px;}
#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #bebfcd;
	background-color: #5B667F;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: .7em;
	background-image: url(http://bonesnroses.com/vaida/images/nav_bg.gif);
}
#navcontainer a:hover, #active a {
	color: #000;
	background-color: #899CBF;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(http://bonesnroses.com/vaida/images/nav_bg2.gif);
}
/* ---------------------------------------------------------------*/
#content { 
	margin-left: 185px;
	border-left:1px solid #000;
}
#butterfly {position:fixed; left:25px; top:450px;}
* html #butterfly {position:absolute; left:25px; top:450px;}