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


/* Wrapper */

#wrapper{
	 position:relative;
	 width:750px;
	 height:1000px;
	 background-color:#FFF;
	 margin:0 auto;
	 padding:0px;
	 

}

/* ---------------------------------------------------------------- */

/* Banners */

#banner{
	position:absolute;
	width:750px;
	height:130px;
	background-color:#0A80C9;
}


#banner1{
	position:absolute;
	width:612px;
	height:25px;
	top:132px;
	background-color:#00476B;
}



#banner2{
	position:absolute;
	width:135px;
	height:25px;
	left:615px;
	top:132px;
	background-color:#00476B;
}

/* ---------------------------------------------------------------- */


/* Menus */

#MenuBar{
	position:absolute;
	top:160px;
}


#HomeMenu{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	left:468px;
	font-weight:bold;
	padding:2px;
	margin:0 auto;

}


#Poster{
	position:absolute;
	left:226px;
	top:190px;
	width: 471px;
	height: 661px;
	z-index:600;
}

/* ---------------------------------------------------------------- */


/* Images */
#Image01{
	position:absolute;
	left:32px;
	top:895px;
	width: 696px;
	height:57px;
}


/* Image */
#Image{
	position:absolute;
	width:450px;
	left:235px;
	top:220px;
	height:540px;
}

/* ---------------------------------------------------------------- */


/* Video */

#Video{
	position:absolute;
	left:235px;
	top:205px;
	width: 435px;
	height: 285px;
}


/* Porographs */
#P01{
	position:absolute;
	left:225px;
	top:207px;
	z-index:800;
	width: 475px;
	height: 666px;
}

/* ---------------------------------------------------------------- */


/* Porgraph of concert 2007 page */
#P02{
	position:absolute;
	left:200px;
	top:220px;
	z-index:800;
	width: 250px;
}

/* ---------------------------------------------------------------- */


#P03{
	position:absolute;
	left:460px;
	top:220px;
	z-index:800;
	width: 270px;
}

/* ---------------------------------------------------------------- */


/* Pororaph of concert 2009 page */


#P04{
	position:absolute;
	left:200px;
	top:220px;
	z-index:800;
	width: 224px;
}


#P05{
	position:absolute;
	left:440px;
	top:220px;
	z-index:800;
	width: 286px;
	height: 569px;
	z-index:600;
}


#P06{
	position:absolute;
	left:189px;
	top:196px;
	z-index:800;
	width: 540px;
	height: 661px;
}

/* ---------------------------------------------------------------- */


/* Copyright and botton line */

#BottonLine{
	position:absolute;
	width:500px;
	height:1px;
	background-color:#000;
	left:125px;
	top:959px;
}

.Copyright{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	left:190px;
	top:970px;
	width: 400px;
	font-weight:bold;
}

/* ---------------------------------------------------------------- */

body{
	 margin:0 auto;
	 background-color:#CCC;
	 
}
