/* SHORTHAND */
.small {	font-size: 85%; }
.b {	font-weight: bold; }
.i {	font-style: italic; }
.norml { font-weight: normal; }
.centerMe {	text-align: center; }
.floatL { float: left; }
.floatR { float: right; }
.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.snug {	margin: 0px; }
.veiled { display: none; }


a img { border: 0; }
a img:visited { border: 0; }


/* COMMON ELEMENTS */
body {
	margin: 0;
	text-align: center;
	color: #a9f900; 
	background-position: fixed;
	background: #111 url(../graphics/allyourbassTRANS.gif) no-repeat center 120px;
}
#centeredwrapper {
	width: 500px;
	margin: 0 auto;
}
#allyourbass {
	position: relative;
	top: 350px;
	padding-left:200px;
}
#TenNoteLogo {
	position: absolute;
	top: 0px;
	right:10px;
}
#jarvisu {
	display: block;
	position: absolute;
	left: 0px;
	top: 120px;
	color: #d34b18;
	text-decoration: none;
	font-family: Courier, Courier New;
}
a#jarvisu:hover { text-decoration: underline; }
#BSIlogo {
	position: relative;
	top: 10px;
	right: 100px;
}
#satsukidiv {
	position: absolute;
	bottom: 5%;
	left:20%;
	margin-top:250px;
	text-align: left;
}
#bbqgrass {
	position: absolute;
	right: 100px;
	bottom: 25%;
	margin-top: 300px;
}
#hurricane {
	position: absolute;
	bottom: 40px;
	right: 40%;
}