body { 
	background-color: RGB(0,0,60); 
	font-family: Arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	text-align: center;
	width: auto;
}

div.mover {
	width: 99%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	}
	
div.content {
	position: relative;
	margin-left: 105px;
	top: 40px;
	z-index: 1;
}	

div.main {
	width: 100px;
	position: relative;
	top: 30px;
}

div.bordertopleft {
	width: 296px;
	height: 102px;
	position: absolute;
	top: 1px;
	left: 1px;
}

div.bordertopright {
	width: 296px;
	height: 102px;
	position: absolute;
	top: 1px;
	right: 1px;
}

div.sideleft {
	width: 50px;
	height: 500px;
	position: absolute;
	left: 27px;
	bottom: 20px;
	z-index: 0;
}

div.sideright {
	width: 50px;
	height: 500px;
	position: absolute;
	right: 27px;
	bottom: 20px;
	z-index: 0;
}

div.borderleft {
	width: 296px;
	height: 102px;
	position: absolute;
	top: 1px;
	left: 1px;
}

div.borderright {
	width: 296px;
	height: 102px;
	position: absolute;
	top: 1px;
	right: 1px;
}

div.mainmenu {
	width: 70px;
	height: 100%;
	margin-top: 60px;
	float: left;
	top: 20px;
}

div.main {
	width: 70px;
	margin: 5px;
	z-index: 1;
}

div.main:hover {
	background-color: RGB(200,200,200);
}

div#links a span {
	display: none;
}

div#links a:hover span {
   display: block;
   position: absolute; top: 180px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;
}

div.poster a img {height: 0; width: 0; border-width: 0;}

div.poster a:hover img {position: absolute;
    top: 100px; left: 55px; height: 200px; width: 282px;}

div.magazine {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

div.borderbottomleft {
	width: 296px;
	height: 102px;
	position: absolute;
	bottom: 1px;
	left: 1px;
}

div.borderbottomright {
	width: 296px;
	height: 102px;
	position: absolute;
	bottom: 1px;
	right: 1px;
}

div.footer {
	float: left;
	font-size: 9pt;
	padding: 4px;
	clear: both;
	position: absolute;
	left: 50%;
}

h1 {
	text-align: center;
	font-size: 24pt;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

h2 {
	text-align: center;
	font-size: 18pt;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	text-align: center;
	font-size: 14pt;
	padding: 10px;
}	

a {
	color: #FFFFFF;
	font-size: 10pt;
	margin-left: 0px;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FF0000;
	}

	
p.welcome {
	color: #FFFFFF;
	font-size: 14pt;
	margin: 0;
}

p.general {
	text-align: center;
	color: #FFFFFF;
	font-size: 12pt;
	margin: 0 40px;
}

p.rider {
	font-size: 8pt;
}

span.compulsory {
	color: red;
	font-size: 14pt;
}

table.main { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}

table.magazine {
	width: 100%;
	border: 2px; color: #000000;
	margin-left: 0;
	margin-right: 0;
}

table.shows {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}	
table.contact { 
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
}	

table,td.lyrics {
	text-align: left;
	vertical-align: top;
}

img.logo {
	margin: 0px;
	vertical-align: middle;
	width: 60px;
	}

td {
	border: 0px solid RGB(69,11,255);
	margin: 0;
}

td.logo {
	width: 100px;
	Height: 60px;
}

td.magazine {
	text-align: center;
	border: 1px; color: black;
}
td.compulsory {
	text-align: right;
	color: red;
	font-size: 12pt;
	font-weight: bold;
}

td.contactleft {
	text-align: right;
}	

td.contactright {
	text-align: left;
}
	
tr {
	text-align: center;
}

p.list {
	line-height: 0.5;
}