/*------------------BASE CSS ----------------------------*/
html,body
{
margin:0;
padding:0;
background-color:#000000;
font-family: verdana;
font-size: 11px;
}



#bottomContainer
{
 	margin:0;
	padding:0;
	width : 100%;
	height: 100px;
	background: url('../images/BottomBG.jpg') repeat;
}
#mobleyincWebsite
{
	position: absolute;
	left: 180px;
	top: 580px;
}

#mobleyincWebsite A, A:link, A:active, A:visited  
{
	color:#ffff99; 
	font-size:85%;
	text-decoration: none;
}

#musicPlayer
{
	position: absolute;
	left: 700px;
	top: 515px;
	border-right: #cccc66 solid;
	border-top: #cccc66 solid;
	border-left: #cccc66 solid;
	border-bottom: #cccc66 solid;
}


