<!--
@media screen and (min-width: 2880px) {
    #wrapper {
        transform: scale(1.75, 1.75);
        transform-origin: top;
    }
}
@media screen and (min-width: 1900px) and (max-width: 2879px){
    #wrapper {
        transform: scale(1.6, 1.6);
        transform-origin: top;
    }
}
@media screen and (min-width: 1680px) and (max-width: 1899px) {
    #wrapper {
        transform: scale(1.45, 1.45);
        transform-origin: top;
    }
}     
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    #wrapper {
        transform: scale(1.3, 1.3);
        transform-origin: top;
    }
}    
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	background:#FEFEFE url(../images/back5.png);
}
.background2 {
	/*background-color: #660000;*/
	background: url(../images/bg2.png);
	background-repeat:repeat-x;
	overflow: visible;
	width: 900px;
	height: 100%;
	position: relative;
}
.ConcertInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	left: 175px;
	top: -65px;
	text-align: center;
	z-index:2
}
.HomeMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
}

.menuover {
	color: #666666;
	text-decoration: none;
}
.menuout {
	color: #EEEEEE;
	text-decoration: none;

}
.menuClick {
	color: #EEEEEE;
}

.CDover {
	color: #922215;
	text-decoration: none;
}
.CDout {
	color: #000000;
	text-decoration: none;

}
.CDClick {
	color: #EEEEEE;
}
.toppiece
{
position:absolute;
top:0px;
z-index:1
}
.followus {
	height: 24px;
	width: 800px;
	}
img.youtube {
	background-image:   url(../images/finduson_24x24.png);background-position:0px 0px;
	height: 24px;
	width: 24px;
}

img.facebook {
	background-image:   url(../images/finduson_24x24.png);background-position:48px 0px;
	height: 24px;
	width: 24px;
	}
img.myspace {
	background-image:   url(../images/finduson_24x24.png);background-position:24px 0px;
	height: 24px;
	width: 24px;
	}
-->
