@charset "UTF-8";
body {
  background-color:black;
  margin: 0px 0px 0px 0px;
	width: 100%;
  font-size: 100%;
	font: inherit;
}

h1, h2, h3, h4, h5, h6 {
		color:white;
		font: normal; size 14pt; 
		font-weight: 400;
		line-height: 1.5;
		margin: 0 0 1em 0;
	}

.responsive {
  max-width: 100%;
  height: auto;
}

p {
	text-align: center;
}

div.topheader { 
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 30px;
	background-color:black;
	text-align: right;
	vertical-align: center;
}

div.midmenu {
	margin: 0px;
	width:100%;
	background-color:black;
	}
	
.pixlee_container {
	margin: 0px;
	width:100%;
	background-color:black;
}

div.footer {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	vertical-align: center;
}