html, body {
	z-index: 0;
}		
body {
	margin: 0 auto;
	margin-top: 50px;
	width: 850px;
	font-family: Helvetica, Arial, Geneva, Nimbus sans L, Luxi sans, Freesans;
	font-size: 0.8em;
	z-index: 0;
	text-align: center;
}	
#container {
	position: relative;
	width: 850px;
	height: 600px;
	z-index: 1;
	background-image: url(../img/bg/guitar.jpg);
	background-repeat: no-repeat;
 	SCROLLBAR-FACE-COLOR: #637ea6;
 	SCROLLBAR-HIGHLIGHT-COLOR: #00ccff;
  	SCROLLBAR-SHADOW-COLOR: #0066cc;
  	SCROLLBAR-3DLIGHT-COLOR: #637ea6;
  	SCROLLBAR-ARROW-COLOR: #ffffff;
  	SCROLLBAR-TRACK-COLOR: #637ea6;
  	SCROLLBAR-DARKSHADOW-COLOR: #637ea6;
	overflow : auto;
	text-align: left;
}  			
#content {
	position: relative;
	float: left;
	top: 130px;
	height: 330px;
	width: 460px;
	margin-right: 10px;
	margin-left: 25px;
	font-family: Helvetica, Arial, Geneva, Nimbus sans L, Luxi sans, Freesans;
	font-size: 1.0em;
	color: #600000;
	overflow : auto;
	z-index: 1;
}
a	{
	text-decoration: none;
	color: #00ff66;
}
a:hover	{
	text-decoration: underline;
	color: #ffff99;
}
h1 {
	font-family: Helvetica, Arial, Geneva, Nimbus sans L, Luxi sans, Freesans;
	font-size: 1.0em;
}
h2 {
}
h3 {
}	
h4 {
}	
h5 {
}
/*edit menu*/
#edit_menu {
	position: relative;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 150px;
	font-size: 1.4em;
	color: #600000;
	z-index: 1;
}		