@import "reset.css";
@import "txt.css";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #000;
	background-image: url(images/bgtile.gif);
	background-repeat: repeat;
	line-height:1.8em;
	color:#FFF;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#fd7900;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#masthead {
	width:820px;
	margin: 0px auto 10px auto;
}
#schedule {
	width:710px;
	padding:10px;
	margin: 0px auto 0px auto;
}
#sponsors {
	width:620px;
	margin:100px auto 30px auto;
}
#disclaimer {
	width:730px;
	text-align:center;
	margin: 50px auto 50px auto;
	padding: 10px 0px 0px 0px;
	font-size:9px;
	color:#f5bc03;
	border-top: thin dotted;
}
#sns {
	width:730px;
	height:30px;
}
#followtwitter { width:88px; height:20px; background-image:url(images/btn_twitter.png); background-position:top left; display:block; text-indent: 10000px; overflow: hidden; margin-bottom:5px; float:right;}

#followtwitter:hover { background-position:bottom left;}

#followqik { width:128px; height:26px; background-image:url(images/btn_qik.gif); background-position:top left; display:block; text-indent: 10000px; overflow: hidden; }

#followqik:hover { background-position:bottom left;}
