body{
	background-color:#FFFFFF;
}

#main { 
	margin-left:50px; 
	margin-right:50px; 
	margin-top:50px; 
	overflow: auto;
	margin-bottom:49px; /* Beseitigt 1px breiten Zwischenraum zwischen main und borderBottom bei IE */
	font-family:helvetica,arial;
	z-index:-1;
	background-image:url('gfx/main.jpg');
}

#borderTop { 
	position:absolute; top:0px; left:0px; 
	width:100%; height:auto; z-index:1;
	background-image:url(gfx/border-top.jpg); 
	background-repeat:repeat-x; 
	background-position:top left; 
}
#borderBottom {
	bottom:0px; left:0px; 
	width:100%; height:auto; z-index:1;
	background-image:url(gfx/border-bottom.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom left;
	overflow: auto;
}
#borderLeft { 
	left:0px;
	width:auto; height:100%; z-index:0;
	background-image:url(gfx/border-left.jpg); 
	background-repeat:repeat-y; 
	background-position:top left;
}
#borderRight {
	right:0px;
	width:auto; height:100%; z-index:0;
	background-image:url(gfx/border-right.jpg); 
	background-repeat:repeat-y; 
	background-position:top right; 
}

#cornerTopLeft {
	width:50px;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
#cornerTopRight {
	width:50px;
	height:50px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
}
#cornerBottomLeft {
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:2;
}
#cornerBottomRight {
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:2;
}