* {
	margin: 0;
	padding: 0;
}

body {
	font: 300 15px/1.5 "Helvetica Neue", helvetica, arial, sans-serif;
	color: #eeeeee;
	background: #1a1a1a;

}

article {
	width: 800px;
	height: 600px;
	/*border-right: 1px solid white; */
	/*border-bottom: 1px solid white; */
}

section {

}

.thetitle {
	color: #dddddd;
	font-family: "Arial";
  font-weight: 100;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.title {
  background-color: #1a1a1a;
  margin: 0px;
  padding: 0px;
  /*height: 36px */
} 
.titleLeft {
  float:left;
  padding-left: 8px;
} 
.titleRight {
  float:right;
  padding-right: 8px;
} 
.clearFloat {
  clear: left;
} 


.header {
  background-color: #1a1a1a;
  color: black;
  margin: 0px;
  padding: 0px;
  width: 100%;
} 

.footer {
  background-color: #333333;
  color: #dddddd;
  margin: 0px;
  margin-top: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  width: 800px;
  height: 40px;
  position: absolute;
  top: 560px;
  left: 0;
  /* bottom: 0;*/  
} 



.thefooter {
	width: 100%;
	/* letter-spacing: 3px; */
  text-align: center;
  padding-top: 10px;
  display: inline-block;
}


a {
	color: #eeeeee;
}

label{
	color: #eeeeee;
}















