/* 									*\
		projectBlack - By Abrupt
	You can edit this theme freely.
\*									*/
html, body {
		background: #000000 url('bg.png') repeat-x;
		font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, arial, verdana, tahoma, sans-serif;
		font-size: 13px;
		color: #9A9A9A;
		height: 100%;
	}
a {
		text-decoration: none;
		color: #88C8DD;
	}
	a:hover {
		color: #D0EAF2;
		text-decoration: underline;
	}
	#rbm {
			margin-left: 25%;
			margin-right: 25%;
			margin-top: 1%;
		}
	#rbm.top { 
			background: url('rb/top.png') no-repeat top; 
			height: 35px;
		}
		#rbm.top b {
				font-size: 14px;
				color: #FFFFFF;
			}
		#rbm.top p {
				padding-top: 7px;
				text-align: center;
				text-shadow: 0.08em 0.08em 0.08em #000000;
			}
	#rbm.bottom {
			background: url('rb/bottom.png') no-repeat bottom;
			height: 10px;
		}
	#rbm.content { 
			background: #0f0f0f url('rb/content.png') repeat-x;
			width: 600px;
		}