body {
    background-color: #ffffff;
    width: 850px;
    margin-left: auto;
	margin-right: auto;
	padding:0px;
   	margin-left: auto;
	margin-right: auto;
  	background-image: url(http://bpsep.com/senior/bg.gif); 
   	background-repeat:repeat;
	background-attachment:fixed;
	background-position:top left;
    }


#container{
   	width: 800px;
    margin-left: auto;
    z-index:1;
    margin-right: auto;  
    position:relative;
	background-image: url(http://bpsep.com/senior/transolucent_background.png); 
	/*Between 0 and 1*/
	opacity:0.8;
	/*Between 0 and 50*/
	filter:alpha(opacity=75);
	}
#line{
	width:790;
	height:3px;
	background-image: url(http://bpsep.com/senior/line.png); 
	margin-left: auto;
	margin-right: auto;
		}
	
b.rtop,b.rbottom{
	display:block;
	background: #000;
	height:auto;
	overflow: hidden;
	}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
    overflow: hidden;
    background-color:#fff;
    }
b.r1{
	margin: 0 5px;
	}
b.r2{
	margin: 0 3px;
	}
b.r3{
	margin: 0 2px;
	}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
	}



