
body {
  text-align: center;
QQQ   min-width: 1000px;
  margin: 0px 0px 0px 0px;
  background: #eee;
}

#page1 {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

@media only screen and (max-width: 999px) {
#page1 {
  width: 100%;
}
}

#section1 {
QQQ   display: table-cell;
QQQ   vertical-align: middle;      

  border: 1px solid black;
  border-collapse: collapse;
QQQ   width: 1000px;
  font-family: tahoma, trebuchet, arial, sans-serif;
QQQ   font-size: 0px;
  color: #474445;
  background: #fff;
}

#section2 {
  padding: 0px 20px 0px 20px;
}


img {
  border: 0px solid #ccc;
}

@media only screen and (max-width: 999px) {
img {
  width: 100%;
  margin-bottom: 20px;
}
}




a,
a:link,
a:visited,
a:active {
  color: darkblue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline !important;
	text-decoration: none;
}


h1 {
  font-size: 32px;
}

h2 {
  font-size: 32px;
}



