﻿body 
{
	margin:0 0 0 0;
	background-color:#667079;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
}
#logo
{
	width:500px;
	height:100px;
	margin:50px auto 0 auto;
	text-align:right;
}
#main
{
	width:500px;
	height:400px;
	background-color:Black;
	margin:0 auto 0 auto;
	border:solid 1px #f9f9f9;
	font-family:Trebuchet MS, Sans-Serif;
	font-size:medium;
	color:White;
	z-index:100;
	list-style-image:url(../images/bullet.png);
}
#bottomline
{
	width:500px;
	height:20px;
	margin:0 auto 0 auto;
	text-align:center;
}
.page
{
	float:left;
	margin-left:12px;
}
	#siteWrap {
		width: 500px;
		height: 290px;
		position: relative;
	}
	#pageWrap {
		position: absolute;
		z-index: 99;
		width:500px;
		top: 200px;
	}
	#bubbleWrap {
		position: absolute;
		z-index: 10;
	}
	.bubble {
		position: absolute;
	}
	.clear {
		clear: both;
	}