body {
	background: url(/img/bg.png) #333333;
	color: #fff;
}

.logoHead {
	background: #c0c0c0;
	color: #000;
}

.nav-pills > li > a {
	color:#fff;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	      border-radius: 5px;
}

.nav-pills > li > a:hover,
.nav-pills > li >a:focus {
  color: #ffffff;
  background-color: #0088cc;
}


.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #000000;
	background-color: #c0c0c0;
}

.textBox 
{	margin: 0 0 1em 0;
	background: #000;
	padding:1em;
}