body
{
	background-color: #000000;
	background-image: url(images/background_bg_01.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	
	color: #000000;
	font-family: arial, sans serif;
	font-size:12pt;
	margin-top:5;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
}

.MainBorderTop
{
	background-image: url(images/border/outline_top_bg.png);
	height:129px;
}
.MainBorderLeft
{
	background-image: url(images/border/outline_left_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	width:35px;
}
.MainBorderRight
{
	background-image: url(images/border/outline_right_bg.png);
	background-repeat: repeat-y;
	background-position: top right;
	width:36px;
}
.MainBorderBottom
{
	background-image: url(images/border/outline_bottom_bg.png);
	height:47px;
}