a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #AD3423;
}

body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
	color: #000;
	position: relative;
	
	font: 10pt Arial;
}

#mainpanel {
	position: absolute;
	left: 0;
	top: 0;
	width: 814px;
	height: 614px;
	background: #000 url(../images/rootedweb-home_new2.png) no-repeat;
}

#mainpanelnav {
	position: absolute;
	left: 0;
	bottom: 47px;
	width: 100%;
	font: 10pt Arial;
}

#mainpanelnav .left {
	position: relative;
	left: -150px;
}

#mainpanelnav .right {
	position: relative;
	left: 150px;
}

#mainpanelnav .left a, #mainpanelnav .right a {
	margin: 0 12px 0 12px;
}

#mainpanelnav a {
	color: #000;
	text-decoration: none;
}

#mainpanelnav a:hover {
	color: #AD3423;
}

#mainpanellive {
	position: absolute;
	left: 0;
	width: 760px;
	height: 410px;
	margin: 25px 27px 0 27px;
	overflow: auto;
}
