body {
 height: 100%;
 padding: 0px;
 margin: 0px;
}
body, div, td, p {
 font-family: arial;
 font-weight: normal;
 font-size: 12px;
 color: #330033;
}
h1 {
 margin: 5px;
 font-weight: normal;
 font-size: 18px;
 color: #cc0000;
}
h2 {
 margin: 2px;
 font-weight: normal;
 font-size: 18px;
 color: #330033;
}
a {
 color: #000000;
 text-decoration: none;
}
a:hover {
 color: #cc0000;
 text-decoration: underline;
}
.white {
 color: #ffffff;
}
.div_menu {
 background: url(/img/bg_menu.jpg) center top;
 background-repeat: no-repeat;
 padding: 10px;
 position: absolute;
 left: 5px;
 top: 0px;
 width: 200px;
 height: 350px;
}
.bg_trans {
 filter: alpha(opacity=80);
 background: url(/img/dot.png) repeat;
 width: 180px;
 margin: 5px;
 padding: 5px;
}
.main {
 text-transform: uppercase;
}
.main_select {
 text-decoration: underline;
 color: #cc0000;
 text-transform: uppercase;
}
.main_menu {
 background-color: #330033;
 color: #ffffff;
}
.menu {
 font-size: 13px;
 font-weight: bold;
 margin: 0px;
 color: #ffffff;
}
.bg_main {
 background: url(/img/bg_main.gif);
 background-repeat: repeat-x;
 width: 100%;
 height: 203px;
}
.dancers {
 position: absolute;
 left: 215px;
 top: 13px;
}
.logo {
 position: absolute;
 right: 0px;
 top: 80px;
}
.border {
 border: 1px #330033 solid;
}
