﻿html {
	margin: 0px;
	padding: 0px;
}
body {
background-position:fixed;
	background-image: url('../images/tail-top-no-line.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: black;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div.content {
	width: 96%;
	background: rgba(0,0,0,0.4);
/* 40% opaque red */height: 600px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
div.taptv {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}

#wrap{
	/* position:fixed; removed so it inside div not background */
	z-index:-1;
	top:0; 
	left:0; 
	}
#wrap img.bgfade{
	position:fixed;
	top:0;
	display:none;
	width:96%;
	height:96%;
	z-index:-1 
	}
#logo{
	z-index:1;
	top:0; 
	left:0; 
	}
#logo ol.bgfade{
	position:fixed;
	top:0;
	display:none;
	z-index:1;

	}