/* CSS Document */

* {
        font-family: Arial, Helvetica, sans-serif;
}
body { background: #000 url(/img/logo/logo-dim.jpg) top center repeat
 fixed; font: 13px verdana, sans-serif; color: #fff; cursor: crosshair; }
	
}
/* 		background-color: black;
		background-image: url(/img/logo/logo-dim.jpg);
		background-repeat: repeat;
		background-position: center top;
*/
img {
		border-style: none;
		align: center;
}

.empty {
		height: 135px
}

.head {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
		text-align: center;
        font-weight: bold;
		z-index: 2;
}

.logo {
		align: center;
		text-align: center;
}

.content {
	margin-top: 70px;
#	align: center;
	position: relative;
	#margin:	20px 20px 50px;
	padding: 2px;
	overflow:	hidden; 
	text-align: center;
	z-index: 1 ;
}

#muzak {
	align-self: center;
	align: center;
	#margin:	20px 20px 50px;
	padding: 2px;
	overflow:	hidden; 
}

.tourdate {
        margin-top: 20px;
        margin-left: 100px;
		align: left;
		text-align: left;
		border-width: thin;
}

.menu {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EF5F5F;
	font-weight: bold;
	#vertical-align: text-top;
	text-align: center;
	border-width: thin;
	border-style: none;
	text-decoration: none;
	cursor: crosshair;
	top: 0;
	position: fixed;
	z-index: 2;
}

.menu a:visited, .menu a:link {
        color: #EF5F5F;
        text-decoration: none;
}

.menu a:hover, .menu a:active {
        color: #EEEE00;
        text-decoration: none;
}

.foot { z-index:2; position:fixed; bottom: 0px; left:50%; margin-left:-300px; padding:5px 0px 0px 0px; width:600px; height:40px; text-align:center; border-top:1px solid #ff0000; font-size:9px; color:#c0c0c0; background:black; }

