@charset "UTF-8";

body {
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
	background: url(../img/background/base.png);
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.clear {
	clear: both;
}

.container {
	/*background: url(../img/background/top.png) repeat-x top;*/
}

.text {
	width: 800px;
	margin: 20px auto;
}

.story {
	line-height: 2.8;
	text-align: center;
}

.m {
	margin-top: 1.5em;
}

.tc {
	text-align: center;
}

h1 {
	margin: 20px 0;
	padding: 40px 0;
	text-align: center;
	background: url(../img/background/skull.png) no-repeat center center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ff1;
	text-decoration: underline;
}

ul.info {
	width: 490px;
	list-style: none;
	float: left;
}

ul.info li {
	padding: 15px;
	border-top: 2px dotted #f8ce00;
}

ul.info li:first-child {
	border-top: 0;
}

ul.photo {
	list-style: none;
}

ul.photo li {
	padding: 18px;
	float: left;
}

ul.photo img {
	border: 5px solid #fff;
	box-shadow: 0px 2px 8px #000;
}

div.photo {
	padding-bottom: 18px;
}

div.photo img {
	border: 5px solid #fff;
	box-shadow: 0px 2px 8px #000;
}

table.schedule {
	width: 100%;
	border-collapse: collapse;
}

table.schedule th {
	padding: 5px 0;
	color: #033c97;
	text-align: center;
	background: #fff;
}

table.schedule td {
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#header {
	position: relative;
	margin-top: 5px;
	text-align: center;
}

#header-top {
	position: relative;
	width: 852px;
	height: 764px;
	margin: 5px auto 0;
}

#header-top img {
	position: absolute;
	top: 0;
	left: 0;
}

#text1, #text2 {
	width: 0;
	height: 0;
}

#menu {
	position: relative;
	text-align: center;
}

#footer {
	position: relative;
	margin-top: 50px;
	padding: 180px 0 10px;
	text-align: center;
	background: url(../img/background/skull.png) no-repeat center top;
}

.twitter {
	width: 290px;
	float: right;
}