#upperBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	background: #EEEEEE url(  'images/bg2.jpg' ) repeat-x;
	z-index: 1;
}

#outerFrame
{
	z-index: 2;
	position: relative;
	width: 957px; /*border: solid 7px #fff; background-color: #fff;*/
	background: #FFFFFF url(images/round_corners/paper_top_left.gif) top left no-repeat;
	margin: 0 auto;
	text-align: left;
}

#outerFrame .tr
{
	background: url(images/round_corners/paper_top_right.gif) top right no-repeat;
}

#outerFrame .bl
{
	background: url(images/round_corners/paper_buttom_left.gif) bottom left no-repeat;
}

#outerFrame .br
{
	background: url(images/round_corners/paper_buttom_right.gif) bottom right no-repeat;
}

#outerFrame .c
{
	padding: 3px;
}


#footer
{
	position: relative;
	height: 0.0em;
	clear: both;
	background: #fff url(  'images/border.gif' ) repeat-x;
	font-size: 11px;
}

#footer .center
{
	position: absolute;
	bottom: 0.3em;
	left: 42%;
}

#footer .center img
{
	border: 0;
}


#footer .left
{
	position: absolute;
	left: 3px;
	bottom: 0.6em;
}

#footer .right
{
	position: absolute;
	right: 0em;
	bottom: 1.2em;
}



