/* tpd */

body{
	/*color:#CCC;*/
	color:#000;
	background-color: #FFF;
	font-size:12px;
}

a:link,a:active,a:hover {
	overflow: hidden;
	outline: none;
}

a,a:active{
	color:#000;	
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: underline;
}

a img{
	border-style:none;
	vertical-align:bottom;
	
}


#container{
	width:960px;
	margin:0 auto;
}

#main_bg{
	background:url(../img/20main.jpg) no-repeat center 0;
	background-attachment: fixed;
	
}
/* top */
#top{
	width:960px;
	height:598px;
	position:relative;
}

#top h1,#top .top_text{
	text-indent: -9999px;
	height:0px;
}

#message {
	position:absolute;
	top:339px;
	left:564px;
}

.top_ticket_btn{
	position:absolute;
	top:580px;
	left:626px;
}

/* link */

#link{
	font-size:150%;
	padding-bottom:30px;
	text-align:center;
}

/* footer*/
#footer{
	margin: 10px 0;
	color:#FFF;
}

.footer_copy{
	background-color: #990000;
	padding:10px 0;
	margin-bottom:10px;
	text-align:center;
	/*opacity: 0.8;*/
}

.copyright{
	text-align:center;
	font-size:84%;
	color:#000;
}

/**/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.alpha a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

div.error_message{
	color:#ff0000;
	padding-top:5px;
	font-size:134%;	
}
