@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;

}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #40ffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
}
#title {
	width: 500px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#title h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.5em;
}
#navMenu {
	width: 400px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	color: #000;
	position: relative;
	background-image: url(/images/bg-2012.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	list-style-type: none;
}

#about  {
	position: absolute;
	width: 70px;
	left: 88px;
	top: 18px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 40px;
	opacity: 0;
}
#music  {
	position: absolute;
	width: 70px;
	left: 210px;
	top: 30px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 40px;
	opacity: 0;
}
#press  {
	position: absolute;
	width: 70px;
	padding: 5px 0 5px 30px;
	left: 297px;
	top: 161px;
	opacity: 0;
}
#news  {
	position: absolute;
	width: 70px;
	padding: 5px 0 5px 30px;
	left: 165px;
	top: 199px;
	opacity: 0;
}
#gallery  {
	position: absolute;
	width: 70px;
	padding: 5px 0 5px 30px;
	left: 266px;
	top: 226px;
	opacity: 0;
}
#links  {
	position: absolute;
	width: 51px;
	left: 123px;
	top: 261px;
	opacity: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}
#video  {
	position: absolute;
	width: 65px;
	left: 196px;
	top: 264px;
	opacity: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}
a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	text-decoration: none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
