html, body{

	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #272f36;
	height: 100%;
	text-align: center;

}
#mainbody{
	position: relative;
	width: 90%;
	height: auto;
	border: 1px none #000000;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	text-align: center;
	z-index: 5;
	visibility: visible;
	clear: both;
	}
	
#footer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 5px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #999b96;
	clear: both;
	
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #98989C;

}	
	


#bubbles {
	width:710px;
	height:500px;
	margin-top: 10px;
	z-index: 4;
	float: right;

}	
#logo {
	width:100%;
	height:100px;
	visibility: visible;
	overflow: visible;
	z-index: 3;
	float: right;
	text-align: left;	

}
	
h1 {
	margin: 0px;
	/*font-family: Georgia, serif;*/
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 36px;	
	font-weight: lighter;
	letter-spacing: -2px;
	color: #CED0D2;
	text-align: justify;

}
.accessible {
	display: none;
}
