# this centering technique was taken from: http://benalman.com/code/test/css-centering.html
.center1 {
  text-align: center;
}

.center2 {
}

.center3 {
  margin: 0 auto;
}

.center1, .vcenter1 {
  display: table;
}

.center2, .vcenter2 {
  display: table-cell;
  vertical-align: middle;
}

.center3, .vcenter3 {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

div.content {
  width: 100%;
  height: 100%;
}

div.content-inner-front {
  width: 890px;
  height: 500px;
  text-align: left;
  border: 0px solid #000;
  margin: 0 auto;
}

div.content-inner {
  width: 890px;
  height: 500px;
  text-align: left;
  border: 1px solid #000;
  margin: 0 auto;
  background-color: #FFFFFF;
}


.centered_screen{
	position: fixed;
	top: 50%;
	left:50%;
	margin-top: -250px;
	margin-left: -445px;
}

.centered{
	width: 890px;
	height: 500px;
	margin: auto;}

.front_page{
	background-color: #424242;
}
	
	.content_box{
		border: 2px solid white;
			
}

h4{
	margin-bottom: .25em;
	}
	
h3{
	margin-bottom: .25em}
	
iframe[seamless]{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    //overflow: hidden;
}