body {
  color: #FFFFFF;
  background: #000000;
  font: 12pt arial;
}
.t { margin:0 auto; background: url(dot.gif) 0 0 repeat-x; width: 20em; }
.b { background: url(dot.gif) 0 100% repeat-x; }
.l { background: url(dot.gif) 0 0 repeat-y; }
.r { background: url(dot.gif) 100% 0 repeat-y; }
.bl { background: url(bl.gif) 0 100% no-repeat; }
.br { background: url(br.gif) 100% 100% no-repeat; }
.tl { background: url(tl.gif) 0 0 no-repeat; }
.tr {
	background: url(tr.gif) 100% 0 no-repeat;
	padding:10px;
	text-align: center;
	font-weight: bold;
}
.midbanner {
  margin:0 auto; 
  height:75px;
  background: url(studio4_midbanner.jpg) 0 100% no-repeat;
}
.redhead {
  color:red; 
  font-size:10pt;
  font-weight:bold;
}
