body {
	color: #BABABA;
	background: #000000;
}

a {
color:#104E8B;
}

#top a {
color: #BABABA;
}

.t {background: url(images/dot.jpg) 0 0 repeat-x; width: 20em}
.b {background: url(images/dot.jpg) 0 100% repeat-x}
.l {background: url(images/dot.jpg) 0 0 repeat-y}
.r {background: url(images/dot.jpg) 100% 0 repeat-y}
.bl {background: url(images/bl.jpg) 0 100% no-repeat}
.br {background: url(images/br.jpg) 100% 100% no-repeat}
.tl {background: url(images/tl.jpg) 0 0 no-repeat}
.tr {background: url(images/tr.jpg) 100% 0 no-repeat; padding:10px} 