html, body, #containerA, #containerB { height:100%; }

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #5c87bc;
}

#content{}

#noFlash{
	float: left;
	width: 150px;
	margin: 10px 30px;
	padding: 0px;
	color: #fff;
	font-size: 1em;
}

#menu{
	margin: 0 0 0 334px;
	color: white;
}

#about{
	width: 449px;
	float: left;
	background: url(images/menuBG.png);
	padding: 10px 20px 15px 10px;
	
}

#contact {
	width: 149px;
	margin-left: 480px;
	position: relative;
	bottom: 0; 
	background: url(images/menuBG.png);
	padding: 10px;
}

#logo{
	position:fixed;
	bottom: 0;
	width: 700px;
	height: 400px;
	background: url(images/GBL-whiteLogo.png) no-repeat;
	margin-left: 10px;
	z-index: -1;
}

h1 {
	font-weight: normal;
	font-size: 1.5em;
}

img {border: none;}