body{
	background-color: #000;
	color: #000;
	margin:0 auto;
	padding:0;
	margin-top: 20px;
	margin-bottom: 20px;
}

a{
	color: #4872C1;
	text-decoration: none;
	font-size: 14px;
}

#content{
    color: #fff;
	font-size: 10px;
	font-family: Verdana, Sans, Arial;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
}

#topBar{
	height: 108px;
	width: 100%;
	background-color:  #000;
}

#topBar .headerImg{
	float: left;
	margin-left: 0px;
	margin-top: 26px;
}

#time{
	display: inline;
}

#topBar .serverStats{
	float: right;
	margin-right: 34px;
	margin-top: 39px;
 	text-align: right;
 	color: #ffffff;
}

#info{
	margin-right: 34px;
}

#twitterPosts{
   margin-right: 34px;
}

#map-canvas{
	margin-left: 30px;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px; 
	width: 55%;
	height: 710px;
	color: #000;

	font-family: Verdana;
	font-size: 10px;
}


p{
	text-align: justify;
}

#title{
	font-weight: normal;
	font-size: 14px;
	color: ff00cc;
}

table{
	font-size: 12px;
}

#options{
	color: #fff;
	text-align: right;
	margin-right: 13px;
	margin-top: 26px; 
	font-size: 14px;
}

.title{
	font-size: 16px;
	font-weight: bold; 
}

.live{
	color: #06ff00;
}

.stop{
	color: red;
}

#footer{
	clear:both;
	margin-top: 10px;
}
