﻿div#framework
{
	position: absolute;
	left: 50%;
	margin-left: -470px;	
	width: 760px;
}

div#framework div#frameworkTop
{
	width: 760px;
	margin-top: 15px;
}

div#framework div#frameworkMiddle
{
	width: 760px;
	min-height: 525px;
	background-image: url(../images/frameworkMiddle.png);
	background-repeat: repeat-y;
	position: relative;
	padding-bottom: 10px;
}


div#framework div#frameworkBottom
{
	width: 760px;
	height: 50px;
	background-image: url(../images/frameworkBottom.png);
}

div#framework div#frameworkBottom img#footerImage
{
	margin-top: 10px;
}

div#backgroundPanel
{
	position: absolute;
	z-index: -1;
	top: 90px;
	left: 50%;
	margin-left: -480px;
	width: 970px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: top left;
}
div#backgroundPanelDarkTop
{
	width: 970px;
	height: 10px;
	background-image: url(../images/backgroundPanelDarkTop.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div#backgroundPanelDarkMiddle
{
	width: 970px;	
	background-color: #333333;
}
div#backgroundPanelDarkBottom
{
	width: 970px;
	height: 10px;
	background-image: url(../images/backgroundPanelDarkBottom.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div#backgroundPanelLight
{
	margin-left: 755px;
	width: 215px;
}
div#backgroundPanelLightTop
{
	background-color: #CCCCCC;
	padding: 15px 10px 10px 15px;
}
div#backgroundPanelLightBottom
{
	width: 215px;
	height: 10px;
	background-image: url(../images/backgroundPanelLightBottom.png);
	background-repeat: no-repeat;
	background-position: top right;
}


/* anonymous versions of the background panel */
div#backgroundPanelDarkTop.Anonymous
{
	width: 780px;
	background-image: url(../images/backgroundPanelDarkTopAnonymous.png);
}

div#backgroundPanelDarkMiddle.Anonymous
{
	width: 780px;	
	height: 200px;
}

div#backgroundPanelDarkBottom.Anonymous
{
	width: 780px;
	background-image: url(../images/backgroundPanelDarkBottomAnonymous.png);
}

div#backgroundPanelLight.Anonymous
{
	width: 25px;
}

div#backgroundPanelLightTop.Anonymous
{
	padding: 0px;
    height: 50px;
}

div#backgroundPanelLightBottom.Anonymous
{
	width: 25px;
	background-image: url(../images/backgroundPanelLightBottomAnonymous.png);
}
