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

body {
	text-align: left;
	padding: 0;
	margin: 0;
	z-index:1;
}
div#content {
	height:100%;
	min-height:600px;
	text-align: left;
	position:relative;
	min-width:1090px;
	background:#FFF;
	margin: 0;
	clear:left;
	z-index:2;
}
div#background{
	position:absolute;
	z-index:3;
}
div#image{
	width:700px;
	height:500px;
	background-image:url(guitar1web.jpg);
	background-position: left bottom;
	background-repeat:no-repeat;
	text-align:left;
	border-style:none;
	border-width:0px;
	border-color:#000000;
	padding:0px;
	position:absolute;
	left:0px;
	bottom: 0px;
	z-index:4;
}
div#flash{
	width:390px;
	height:600px;
	background-repeat:no-repeat;
	text-align:left;
	border-style:none;
	border-width:0px;
	border-color:#000000;
	padding:0px;
	position:absolute;
	left:700px;
	top:50px;
	z-index:5;
}