/* CENTERING DESIGN */

* {
  list-style: none outside;
  margin: 0px;
  padding: 0px; }

html, body {
  height: 100%; }

html body {
  margin: 0px auto 0px auto;
  width: 915px; }

#outer {
  height: 100%;
  overflow: visible; }

#outer[id] {
  display: table;
  position: static; }

#inner {
  position: absolute;
  top: 50%; }

#inner[id] {
  display: table-cell;
  vertical-align: middle;
  position: static; }

#canvas {
  position: relative;
  top: 5%;
  width: 915px;
  height: 562px; }

/* STAGE ELEMENTS */

#Logo {
	position: absolute;
	left: 45px;
	top: 55px;
	width: 149px;
	height: 27px;
	z-index: 1;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

#Menu {
	position: absolute;
	top: 100px;
	left: 45px;
	right: 200px;
	z-index: 2;
	}

#Copy {
	position: absolute;
	left: 0px;
	top: 590px;
	width: 935px;
	height: 30px;
	z-index: 6;
	}


/* FRANCIS CABREL AD */

#CabrelTitle {
	position: absolute;
	left: 45px;
	top: 340px;
	width: 417px;
	height: 125px;
	z-index: 3;
	background-image: url(images/event_title.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

#CabrelTickets {
	position: absolute;
	left: 45px;
	top: 490px;
	width: 448px;
	height: 58px;
	z-index: 4;
	background-image: url(images/tickets_info.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

#CabrelURL {
	position: absolute;
	left: 730px;
	top: 540px;
	z-index: 5;
	}


/* C'EST EXTRA AD */

#ExtraLogo {
	position: absolute;
	left: 45px;
	top: 230px;
	width: 250px;
	height: 78px;
	z-index: 3;
	background-image: url(extra/images/extra_logo.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

#ExtraTxt {
	position: absolute;
	left: 45px;
	top: 330px;
	width: 380px;
	height: 170px;
	z-index: 4;
	}


/* MAILING-LIST */

#ListTxt {
	position: absolute;
	left: 45px;
	top: 390px;
	z-index: 3;
	}


/* CONTACT */

#ContactTxt {
	position: absolute;
	left: 45px;
	top: 250px;
	z-index: 3;
	}