/*CSS for the header section of Connect*/

.Header
{
	position:relative;
	display:block;
	width:100%;
}

.HeaderLeft{
	width:311px;
	height:123px;
	background-image: url(./images/logos/header-logo.gif);
	background-repeat: no-repeat;
	float:left;
}

.HeaderRight
{
	width:459px;
	height:123px;
	background-image: url(./images/header-image.jpg);
	background-repeat: no-repeat;
	float:left;
}

.BetaWrapper
{
	position:relative;
	float:right;
}

.Beta
{
	position:absolute;
	display:block;
	left:-100px;
	top:2px;
}
