#motioncontainer {
	width: 100%;
	height: 100% ;
	background-color: #000000;
}


#statusdiv {
background-color: black;
padding:0 px;
left: 0 px;
visibility: hidden;
}

#motioncontainer a:hover {
color: black;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
}
.text2 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.text3 {
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}

