
html, body {
	background:#fff repeat-x left top url(http://res.unbreakablemusicgroup.com/images/bodybg.png);
	width:100%;
	height:100%;
	font-size:12px;
	font-family:"Lucida Grande";
	text-align:justify;
	color:#000;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

img {	border:none;	}
p {
	text-indent:2em;
	text-align:justify;
	line-height:normal;
}
a {	
	color:#222; 
	cursor:pointer;	
	text-decoration:none;
	border:none;
	font-weight:bold;
}
a:hover,a:active {	color:#000;	}
a:visited {	font-weight:normal;	}

.unselectable {  -moz-user-select: none;  -khtml-user-select: none;  user-select: none;	}
.disp-block {	display:block; }
.disp-none	{	display:none;	}
.hidden {	visibility:hidden;	}

.pos-abs 	{	position:absolute;	}
.pos-rel	{	position:relative;	}
.pos-fixed 	{	position:fixed;	}

.floatL 	{	float:left; 	}
.floatR 	{	float:right;	}
.floatN 	{	float:none;	}
.selected {	cursor:default;	color:#fff;}


.view {
	display:block;
	position:absolute;
}


.UMG {	font-family:UMG;	}
