@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
background-color:#000000;
text-decoration:none;
}

/*Page title*/
#home #menu li a[title="home"]{
background-position:left top;
}

a img{
border:0px;
}

#wrapper{
width:800px;
margin:0px auto;
padding:0px;
}

#container{
	width:800px;
	height:966px;
	margin: 0px auto;
	background:#000 url(../images/Cirquesa_home_bg.jpg) left top no-repeat;
}

#navbar{
	
	margin-left:0px;
	padding-top:0px;
}


#menu{
	margin:0px;
	padding:0px;
	display: inline;
	position:relative;
	height:350px;
}
#menu li{
	padding:0px;
	float: left;
	display: inline;
	width: auto;
	text-indent:-10000px;
}
#menu li a{
display:block;
overflow:hidden;
}

/*menu defult*/
#menu li a[title="home"]{
	width:103px;
	height:107px;
	background:#000 url(../images/hmenu/home.jpg) left bottom no-repeat;
	margin-top:225px;
	margin-left:33px;

}

#menu li a[title="about"]{
	width:119px;
	height:75px;
	background:#000 url(../images/hmenu/about.jpg) left bottom no-repeat;
	margin-top:165px;
	margin-left:0px;
}

#menu li a[title="locations"]{
	width:200px;
	height:46px;
	background:#000 url(../images/hmenu/locations.jpg) left bottom no-repeat;
	margin-top:139px;
	margin-left:0px;
}

#menu li a[title="tickets"]{
	width:146px;
	height:75px;
	background:#000 url(../images/hmenu/tickets.jpg) left bottom no-repeat;
	margin-top:139px;
	margin-left:9px;
}

#menu li a[title="contact"]{
	width:154px;
	height:148px;
	background:#000 url(../images/hmenu/contact.jpg) left bottom no-repeat;
	margin-top:184px;
	margin-left:-1px;
}


/* menu hover*/
#menu li a:hover{
background-position:left top;
}


#content{}

#footer{}

