﻿/*-------------------- Background---------------------*/

.bg88 {
	margin: 0px;
	padding: 0px;
	border:0;
	width: 980px;
	background-color: #ffffff;
	}
.mbgContainer
{
	margin: 0px;
	padding: 0px;
	border:0;
	width: 980px;
	background-color: #ffffff;
}
.mbgTop
{
    height: 8px;
    width: 980px;
    
}
.mbgTL
{
    float: left;
    width: 8px;
    height: 8px;
    background-image: url('pbg/pbgTL.gif');
    background-repeat: no-repeat;
    font-size: 0px; 
}
.mbgT
{
    float: left;	
	width: 964px;
	height: 8px;
	background-image: url('pbg/pbgT.gif');
    background-repeat: repeat-x;
    font-size: 0px;
    margin-right: -3px;
}
.mbgTR
{
    float: right;
    width: 8px;
    height: 8px;
    background-image: url('pbg/pbgTR.gif');
    background-repeat: no-repeat;
    font-size: 0px;
}

.mbgCenter
{
    margin: 0px 0px;
	padding: 0px;
	border:0;
	overflow: hidden;
}
.mbgCL
{
    float: left;
    width: 8px;
    background-image: url('pbg/pbgL.gif');
    background-repeat: repeat-y;
    margin-bottom: -2000px; padding-bottom: 2000px;
}
.mbg 
{
    float: left;	
	width: 964px;
	margin-right: -3px;
}
.mbgCR
{
    float: right;
    width: 8px;
    background-image: url('pbg/pbgR.gif');
    background-repeat: repeat-y;
    margin-bottom: -2000px; padding-bottom: 2000px;
}

.mbgBottom
{
    clear: both;
    width: 980px;
    height: 8px;
}
.mbgBL
{
    float: left;
    width: 8px;
    height: 8px;
    background-image: url('pbg/pbgBL.gif');
    background-repeat: no-repeat;
     font-size: 0px;
}
.mbgB
{
    float: left;	
	width: 964px;
	height: 8px;
	background-image: url('pbg/pbgB.gif');
    background-repeat: repeat-x;
     font-size: 0px;
    margin-right: -3px;
}
.mbgBR
{
    float: right;
    width: 8px;
    height: 8px;
    background-image: url('pbg/pbgBR.gif');
    background-repeat: no-repeat;
     font-size: 0px;
}

/*--------------------Background---------------------*/