/*   Ze Fabulouz EasterIsland Stylesheet v0.3 	*/
/*       by Sigg3 dot net, January 2005   	*/

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 90%;
	}

a {color: #0000ff;}
a:link, a:visited {text-decoration: none;}
a:hover {color: #ff0000;text-decoration: none;}


/*	centering	*/
/*  ##################  */
#mother {
	margin: 20px auto;
	text-align: center;
	padding: 0px;
	width: 850px;
	height: 594px;
	background-image: url("img/storyboard.jpg");
	z-index: 1;
	}
/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  */


/*     iframe pos	*/
/*  ##################  */
#posit {
	position: relative;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 0px;
	width: 850px;
	height: 400px;
	background-repeat: no-repeat;
	z-index: 1;
	border: 1px #0000ff;
	text-align: center;
}
/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  */



/*	 bubbles	*/
/*  ##################  */

/* Note: bubblei is index, bubble0 is NONE */

#bubblei, #bubble1, #bubble2, #bubble3, #bubble4, #bubble5, #bubble6, #bubble7, #bubble8, #bubble9, #bubble10, #bubble11, #bubble12, #bubble13, #bubble14, #bubble15, #bubble0 {
	position: relative;
	top: 45px;
	margin: 0px auto;
	padding: 2px;
	padding-top: 22px;
	width: 850px;
	height: 323px;
	background-repeat: no-repeat;
	z-index: 1;
	border: 1px #0000ff;
	}
/* Then we position the background pictures.. */
#bubblei, #bubble2, #bubble3, #bubble4, #bubble5, #bubble6, #bubble7, #bubble8, #bubble9, #bubble10, #bubble11, #bubble12, #bubble13, #bubble14, #bubble15 {background-position: 100px 0px;}
#bubble1 {background-position: 45px 0px;}

/* Then we add the background files.. */
#bubblei {background-image: url("img/0.gif");}
#bubble1 {background-image: url("img/1.gif");}
#bubble2 {background-image: url("img/2.gif");}
#bubble3 {background-image: url("img/3.gif");}
#bubble4 {background-image: url("img/4.gif");}
#bubble5 {background-image: url("img/5.gif");}
#bubble6 {background-image: url("img/6.gif");}
#bubble7 {background-image: url("img/7.gif");}
#bubble8 {background-image: url("img/8.gif");}
#bubble9 {background-image: url("img/9.gif");}
#bubble10 {background-image: url("img/10.gif");}
#bubble11 {background-image: url("img/11.gif");}
#bubble12 {background-image: url("img/12.gif");}
#bubble13 {background-image: url("img/13.gif");}
#bubble14 {background-image: url("img/14.gif");}
#bubble15 {background-image: url("img/15.gif");}
#bubble0 {background-image: none;}
/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  */

/* And the bold text.. */
#bubblei h3, #bubble1 h3, #bubble2 h3, #bubble3 h3, #bubble4 h3, #bubble5 h3, #bubble6 h3, #bubble7 h3, #bubble8 h3, #bubble9 h3, #bubble10 h3, #bubble11 h3, #bubble12 h3, #bubble13 h3, #bubble14 h3, #bubble15 h3, #bubble0 h3 {
	font-family: Helvetica, sans-serif;
	font-weight: 600;
	font-size: 24px;
	}

/* And the normal text.. */
#bubblei h3 span, #bubble1 h3 span, #bubble2 h3 span, #bubble3 h3 span, #bubble4 h3 span, #bubble5 h3 span, #bubble6 h3 span, #bubble7 h3 span, #bubble8 h3 span, #bubble9 h3 span, #bubble10 h3 span, #bubble11 h3 span, #bubble12 h3 span, #bubble13 h3 span, #bubble14 h3 span, #bubble15 h3 span, #bubble0 h3 span {font-size: 16px;}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  */
/* The rest is silence. */