body {
	background-image: url(images/mainbg.png);
	background-color: #282828;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	font-family: arial, verdana;
	font-size: 100%;
	text-align: center;
	padding: 0;
	margin: 0px;
	text-decoration: none;
}

a:link {text-decoration: none; }

img { border: none; } 

#logo {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	height: 130px;
	border-style: solid;
    border-color: #ffffff;
    border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-family: arial, verdana;
	font-size: 2em;
    line-height: 2px;
    background-color: #ffffff;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#shows {
	position: absolute;
	top: 155px;
	left: 0px;
	width: 100%;
	height: 425px;
	border-style: solid;
    border-color: #ffffff;
    border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
   	font-family: arial, verdana;
	font-size: 1em;
    line-height: 2px;
    background-color: #ffffff;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.copyright {
	text-align: center;
	font-size: 0.5em;
	color: #145670;
}

#nav {
	width: 100%
	height: 25px;
	border-style: solid;
        border-color: #ffffff;
        border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	    margin: 8px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        line-height: 5px;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#nav ul {
	margin: 13px 2px 5px 2px;
	padding: 0.1em 3em;
	list-style-type: none;
	float: left;
}

#nav ul li { display: inline; }

#nav ul li a {
	text-decoration: none;
	font-family: arial;
	padding: 5px 5px 2px 5px;
	color: #000;
	background-color: #ffffff;
}

#nav ul li a:hover {
	color: #fff;
	background-color: #145670;
}

#navb {
	position: relative;
	top: 590px;
	left: 0px;
	width: 100%
	height: 25px;
	margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 5px;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#navb ul {
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	text-align: center;
	float: center;
}

#navb ul li { display: inline; }

#navb ul li a {
	text-decoration: none;
	font-family: arial;
	padding: 5px 10px 2px 10px;
	color: #000;
	background-color: #ffffff;
}

#navb ul li a:hover {
	color: #fff;
	background-color: #145670;
}