@charset "utf-8";

/* base
------------------------------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 13px;
}


a         {text-decoration: none; color: #99ffff; }
a:link    {text-decoration: none; color: #99ffff; }
a:visited {text-decoration: none; color: #99ffff; }
a:hover   {text-decoration: underline; color: #99ffff; }
a:active  {text-decoration: underline; color: #99ffff; }

a img {
	border-style: none;
	border-width: 0;
	text-decoration: none;
}

ul, ol, dl {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}

img {
	vertical-align: bottom;
}

a img {
	border:0 none;
	text-decoration:none;
}

/* base
------------------------------------------------------------ */

body{
	background: #f2c601 url(img/bg.gif) top center repeat-x;
	text-align:center;
}

div#wrapper{
	margin:0 auto;
	width:935px;
}

div#content{
	margin-top:18px;
	position:relative;
	height:720px;
}

div#content div#center div.mass{
	margin:19px 15px;
}

div#content div#center div.mass p.photo{
	float:left;
	margin-right:3px;
	padding-bottom:18px;
}


div#content div#center div.mass p.name{
	padding:40px 0 0 5px;
}

div#content div#center{
	height:697px;
	width:400px;
	position:absolute;
	top:0;
	left:267px;
}

div#content div#center p.ticket img{
	border:0;
}


div#content div#left{
	position:absolute;
	width:267px;
	height:697px;
	top:0;
	left:0;
}



div#content div#right{
	position:absolute;
	width:267px;
	height:697px;
	top:0;
	right:0;
}


div#footer p{
	clear:both;
	margin-bottom:20px;
}

div#footer p.live{
	margin-bottom:50px;
}

