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

body{
	background-color:#333;
	margin:0;
}

#banner {
	position: absolute;
	width: 728px;
	height: 90px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #000000;
	visibility: hidden;
	box-sizing: border-box;
}

#frame1 {
	position: absolute;
	opacity: 1;
	scale: 1.5;
	top: -20px;
	left: -90px;
	width: 1050px;
	height: 130px;
	background-image: url(images/frame1.jpg);
}

#frame2 {
	position: absolute;
	opacity: 1;
	scale: 1.5;
	top: -20px;
	left: -90px;
	width: 1050px;
	height: 130px;
	background-image: url(images/frame2.jpg);
}

#trophy {
	position: absolute;
	opacity: 1;
	top: -18px;
	left: -165px;
	width: 1050px;
	height: 130px;
	background-image: url(images/trophy.jpg);
}

#event {
	position: absolute;
	opacity: 1;
	top: 0px;
	width: 728px;
	height: 90px;
	background-image: url(images/event.png);
}

#copy1 {
	position: absolute;
	opacity: 1;
	top: 0px;
	width: 728px;
	height: 90px;
	background-image: url(images/copy1.png);
}

#copy2 {
	position: absolute;
	opacity: 1;
	top: 0px;
	width: 728px;
	height: 90px;
	background-image: url(images/copy2.png);
}

#logos {
	position: absolute;
	opacity: 1;
	width: 728px;
	left: 0px;
	height: 90px;
	background-image: url(images/logos.png);
}

#tunein {
	position: absolute;
	opacity: 1;
	left: 0px;
	width: 728px;
	height: 90px;
	background-image: url(images/tunein.png);
}


