body {
	text-align:center;
	margin:0px;
	padding:0px;
	
	background-image:url(../images/style/background.jpg);

	margin-bottom:30px;
}

.SystemMessage {
	width:100%;
	padding:9px;
	padding-left:25px;
	color:#FFF;
	font-size:12px;
	background:url(../images/object_assets/photoBrowser/navbar_back.png);
	background-repeat:repeat-x;
	height:15px;
}

.Frame {
	width:970px;
	padding:0px;
	
	margin:0px auto;
	
	text-align:left;
		
	background-color:#FFFFFF;
	
	border-left:2px solid #777777;
	border-right:2px solid #777777;
	border-bottom:2px solid #777777;
		
	position:relative;
}
/*
.TopBackgroundLayer
{
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 199px;
	
	background-image:url(../images/style/background_top.jpg);
	background-repeat:repeat-x;
}
*/
