body {
	margin: 0px;
	padding: 0px;
	background: black;
	font: 14px Courier, monospace;
	position: relative;
	color: white;
	min-width: 700px;
	min-height: 540px;
	overflow: hidden;
	min-width: 770px;
	text-transform: uppercase;
	text-align: center;
}

img {
    border: none;
}

body, html {
	height: 100%;
}

p {
    line-height: 30px;
}

a {
	color: white;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:hover {
	opacity: 0.7;
}

#header {
	height: 0px;
	position: relative;
}

#main, #main embed, #main object {
	z-index: 700;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
}


h1 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	line-height: 50px;
}

#container {
	position: relative;
	z-index: 700;
	height: 100%;
	overflow: hidden;
}

#overlay_home {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#flyer , #audioplayer{
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#tour{
 	position: relative;
    z-index: 1000;
    margin:50px auto;
    width: 850px;
    height: 100%;
    color: rgba(0,0,0,0.7);
}

#tour a{
 color: rgba(0,0,0,0.7);
text-decoration:underline;
}

#tour table{
margin:40px 0 0 0;
text-align:left;
width:100%;
}

#tour table .title{
font-weight:bold;
}

#tour table .date{
width:100px;
}

#tour table .venue{
width:360px;
}

#tour table .support{
width:250px;
}

#title {
    position: absolute;
    text-indent: -5000em;
}

#flyer_link {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height:100%;
    text-indent: -5000em;
    display: block;
}

#flyer_text {
    position: absolute;
    text-indent: -5000em;
}

#flyer_download {
    position: absolute;
    top: 14%;
    left: 45%;
    width: 350px;
    height:150px;
    text-indent: -5000em;
    display: block;
    xbackground: rgba(233,23,543,0.5);
}

#flyer_email {
    position: absolute;
    top: 44%;
    left: 40%;
    width: 450px;
    height:200px;
    text-indent: -5000em;
    display: block;
    xbackground: rgba(233,23,543,0.5);
}

#content{
position:relative;
z-index:2;
padding:20px;
}

#content h1, #player{
text-align:left;
}

#player ul{
margin:0;
padding:0;
list-style-type:none;
}

#player a {
	color:#ffffff;
	text-decoration:none;
}

#player li a {
	padding: 0px 0px 0px 15px;
    display: block;
    background: url(img/player.gif) 0px -4px no-repeat;
}
#player li a:hover {
    color: #e0ba87;
}
#player li.stop a {
    color: #e0ba87;
    background: url(img/player.gif) 0px -25px no-repeat;
}

.helicopter{
text-indent:-5000em;
display:block;
width:600px;
height:400px;
position:absolute;
top:15%;
left:10%;
}

.cooper{
text-indent:-5000em;
display:block;
width:250px;
height:200px;
position:absolute;
bottom:0;
right:38%;
}

.organ{
text-indent:-5000em;
display:block;
width:150px;
height:150px;
position:absolute;
bottom:0%;
left:32%;
cursor:pointer!important;
}

.organ:hover, .lapsteel:hover, .bass:hover, .aco:hover{
cursor:pointer!important;
}

.lapsteel{
text-indent:-5000em;
display:block;
width:150px;
height:150px;
position:absolute;
top:24%;
right:28%;
cursor:pointer!important;
}

.bass{
text-indent:-5000em;
display:block;
width:150px;
height:150px;
position:absolute;
top:50%;
right:18%;
cursor:pointer!important;
}

.aco{
text-indent:-5000em;
display:block;
width:150px;
height:150px;
position:absolute;
bottom:28%;
left:48%;
cursor:pointer!important;
}

.single{
text-indent:-5000em;
display:block;
width:250px;
height:150px;
position:absolute;
bottom:30%;
left:20%;
}

.down2{
text-indent:-5000em;
display:block;
width:150px;
height:100px;
position:absolute;
top:0%;
left:0%;
}

.down3{
text-indent:-5000em;
display:block;
width:150px;
height:100px;
position:absolute;
top:15%;
left:0%;
}

.down4{
text-indent:-5000em;
display:block;
width:150px;
height:100px;
position:absolute;
top:35%;
left:0%;
}

input{
font-family:Arial, Helvetica, sans-serif;
/*border:1px solid #CCCCCC;*/
border:none;
font-size:12px;
color:#999999;
background:#333333;
}

#container form{
position:absolute;
top:20px;
left:20px;
}


#widget{
width:310px;
height:645px;
margin:20px auto;
position:relative;
z-index:300000;
}

#widget object{
padding:5px 2px 5px 2px;
background:#fff;
-webkit-box-shadow: 0px 0px 2px 5px rgba(0,0,0,0.2)
}

#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	z-index: -1;
}

#overlay.show {
	opacity:1;
}

#videoplayer {
	width: 90%;
	height: 90%;
	top: 5%;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

#morelink {
	position: absolute;
	right: 10px;
	bottom: 10px;
	opacity: 0.3;
	z-index: 2000;
}#morelink:hover {
	opacity: 0.9;
}
#storelinkbox{
	width:298px;
	position:absolute;
	top:2%;
	right:3%;
	z-index:300;
}
#storelink{
	display:block;
	text-indent:-5000em;
	background:url(images/storebtn.png) top left no-repeat;
	width:298px;
	height:303px;
	
}
