@charset "UTF-8";
/* CSS Document */

/* Generic Styling */
* {
	margin:0;
	padding:0;
}
html {
	background-color: transparent;
	
}
body 
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	
} 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-indent: 5px;
}
/* Structure */

#wrapper {
	margin:0 auto;
	width:600px;
	padding:10px;
	background-color: #000000;
	background-image: url(../Images/bg.png);
	background-repeat: repeat-y;
	background-position: -90px top;
	height: auto;
	
}
html>body 
{
	font-size:small;
}
html>body #mouthheader {
	position:fixed;
	z-index:10;
	top: 0px;
	
}

/*MY STUFF*/
#mouthheader {
	width: 100%;
	height:182px;
	padding-top: 60px;
	background-color: transparent;
	background-image: url(../Images/head.png);
	background-repeat: no-repeat;
	margin-top: -80px;
	position: absolute;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	
}
#mouthfooter {
	width:100%;
	height:152px;
	background-color: transparent;
	background-image: url(../Images/jaw.png);
	background-repeat: no-repeat;
	position: absolute;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	
}
#bubble1 {
	background-image: url(../Images/bubble1.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 175px;
	width: 210px;
	left: auto;
	top: auto;
	margin-left: 510px;
	margin-top: 1400px;
	right: auto;
	bottom: auto;
	
}
#bubble1 h2 {
	text-align: left;
	margin-top: 20px;
	margin-left: 16px;
	font-size: 16px;
	
}
#bubble1 h3 {
	margin-left: 16px;
	text-align: left;
	text-indent: 4px;
	font-size: 16px;
	
}
html>body #mouthfooter {
	position:fixed;
	bottom:0;
	z-index:10;
	
	}
#content img {
	padding-bottom: 40px;
}

/*Content*/
#content {
	padding-top: 0px;
	background-color: #FFFFFF;
	width: 356px;
	margin-left: 126px;
	height: auto;
	padding-bottom: 200px;
}
#bubble2 {
	height: 300px;
	width: 713px;
	position: absolute;
	left: auto;
	top: auto;
	background-image: url(../Images/sbubble2.png);
	background-repeat: no-repeat;
	right: auto;
	bottom: auto;
	margin-top: 1560px;
	margin-left: 6px;
}
#bubble2 h2 {
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 16px;
}
#bubble3 {
	height: 300px;
	width: 612px;
	position: absolute;
	left: auto;
	top: auto;
	background-image: url(../Images/sbubble2.png);
	background-repeat: no-repeat;
	right: auto;
	bottom: auto;
	margin-top: 1800px;
	margin-left: 6px;
}
#bubble3 h1 {
	font-size: 16px;
	width: 100px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 13px;
}
#bubble4 {
	height: 300px;
	width: 123px;
	position: absolute;
	left: auto;
	top: auto;
	background-image: url(../Images/sbubble.png);
	background-repeat: no-repeat;
	right: auto;
	bottom: auto;
	margin-top: 2100px;
	margin-left: 510px;
}
#bubble4 h1 {
	margin-top: 10px;
	margin-left: 25px;
}
#content h4 {
	margin-left: 10px;
	margin-right: 10px;
}
#bubble5 {
	height: 190px;
	width: 204px;
	position: absolute;
	left: auto;
	top: auto;
	background-image: url(../Images/bubble1.png);
	background-repeat: no-repeat;
	right: auto;
	bottom: auto;
	margin-top: 3650px;
	margin-left: 510px;
}
#bubble5 h1 {
	font-size: 16px;
	margin-top: 50px;
	margin-left: 25px;
}
#bubble6 {
	height: 190px;
	width: 204px;
	position: absolute;
	left: auto;
	top: auto;
	background-image: url(../Images/bubble1.png);
	background-repeat: no-repeat;
	right: auto;
	bottom: auto;
	margin-top: 3250px;
	margin-left: 510px;
}
#bubble6 h1 {
	font-size: 16px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 10px;
}
#content p {
	margin-left: 10px;
	margin-right: 5px;
}
#content h2 {
	margin-left: 10px;
}
#content  h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
