/* CSS Document */


body{
	padding:0;
	margin:0;
	font-size: 100%;
	font-family:Georgia,Serif;
	text-align: center;
	background:url(images/bgsml.jpg) repeat;
	}

form, div, p , ul, span, h1, h2, h3, h4,input, img{
	padding:0;
	margin:0;
}
	
ul{
	list-style-type:none
}
	
img {
	border:none;
}

td, table{
	font-family:verdana;
	font-size:11px;
	vertical-align:top;
	line-height:14px;
	color:#777777;
	
}

b {
font-size:14px;
line-height:18px;
}

.policy{ color:#7F7F7F}
.policy a{ color:#000000; text-decoration:none}
.policy a:hover{ text-decoration:underline}

.spacer{
	font-size:0; line-height:0; clear:both;
	}

#flashPlayer {
	float: right;
}
#content {
	position:relative;
	width: 900px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: black;
	background:url(images/concert1.jpg);
}

#footer{
	position:absolute;
	width:500px;
	height: 40px;
	left: 200px;
	bottom: 5px;
	background-color:black;
	}
	
#footer ul {
	position:absolute;
	left: 120px;
	top:5px;
}

#footer ul li{
	float:left;
	margin:0 14px 0 0;
	font:bold 11px/normal Arial, Helvetica, sans-serif, Tahoma;
	}
	
#footer ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	}
#footer ul li a:hover{
	color:grey;
	}

#footer p{
	position:absolute;
	top:20px;
	left:150px;
	color:grey;
	font:normal 11px/20px Arial, Helvetica, sans-serif, Tahoma;
	}