/* This bit does all the work */
#container 
{
	position: relative; display: block; background-color: #FFFFFF; 
}

#inner 
{
	display: block;
}

#left 
{
	display: none;
}

#right
{
	display: none;
}

#center 
{
	position: relative; display: block; _height: 1%;	padding: 0px;
	background-image:url(../Images/watermark.gif); background-repeat:no-repeat; background-position:right top;
}

#centerDefault 
{
	position: relative; display: block; height: 1%;	padding: 0px;
}

.clear {clear:both;}