body {
  width : 100%;
  height: 100%;
	margin:0px;
  padding:0px;
}

#container {
  width: 100%;
  height: 100%;
}

#left {
  background-color: #111;
  float:left;
  width: 50%;
  height:100%;
  margin-left: 0px;
  padding-left: 0px;
}

#right {
  background-color: #222;
  /*background-color: #111;*/
  float:left;
  width: 50% !important;
  width: 49%;
  height:100%;
}
#leftContent {
  height:450px;
  /*background-color: #fff;*/
  /*background-image: url(./left.jpg);*/
  float: right;
  width:350px !important;
  width:345px;
  text-align:center;
  border-bottom: 7px #777 solid;
  border-left: 7px #777 solid;
  border-top: 7px #777 solid;
  border-right: 2px #777 solid;
  /*margin-right: 10%;*/
}
#rightContent {
  height:450px;
  /*background-color: #fff;*/
  /*background-image: url(./right.jpg);*/
  float: left;
  width:350px !important;
  width:345px;
  text-align:center;
  border-bottom: 7px #777 solid;
  border-right: 7px #777 solid;
  border-top: 7px #777 solid;
  border-left: 2px #777 ;
  /*margin-left: 10%;*/
}
#leftHeader {
  margin-top:50px;
  /*background-color: #fff;*/
  /*background-image: url(./left.jpg);*/
  float: right;
  width:350px;
  height: 60px;
  text-align:center;
  /*margin-right: 10%;*/
}
#rightHeader {
  margin-top:50px;
  /*background-color: #fff;*/
  /*background-image: url(./right.jpg);*/
  float: left;
  width:350px;
  height: 60px;
  text-align:center;
  /*margin-left: 10%;*/
}
#leftHeader h1 {
  color: #fff;
  display: none;
}
#rightHeader h1 {
  color: #fff;
  display: none;
}

a img {
border: none;
} 

#Footer {
	position: absolute;
	top: 620px;
	left: 0px;
	width: 100%;
	text-align: center;
	/*height: 100px;*/
	}
	
#Footer h2 {
	width: 300px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	}
	
#Footer p {
	width: 300px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	font-size: 11px;
	}
.FillerLeft {
width:100%;
float:right;
}
.FillerRight {
width:100%;
float:left;
}

