.autoexpand{
   width: 1024px;
   position:absolute;
   top: 10px;
   left: 50%;
   margin-left: -512px; /*half the size of width*/
   height          : auto;
   border          : solid;
   color           : #000033;
   background      : #ffffff;
   font-size       : 18p;
   text-align	: center;
        }
.x{
   width: 140px;
   position: absolute;
   top: 0px;
   left: 50%;
   margin-left: -70px; /*half the size of width*/
}
.footer{
   text-align	: left;
        }
.autoexpandbkup{
        margin-left:auto;
        margin-right:auto;
	/* margin-left	: 20px;*/
        width           : 1024px;
        height          : auto;
        border          : solid;
        color           : #000033;
        background : #000000;
        font-size       : 18p;
	text-align	: center;
        }

html {
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 10;
  font-family: arial, "lucida console", sans-serif;
  font-size: 16px;
  color: #000000;
  background:  #50A6C2;
  text-align: center;
  height: 100%;
  position: relative;
}

p {
  font-size: 14px;
  text-indent: 3em;
  margin: 6px;
}

.content {
  font-size: 18px;
}

fred {
  font-size=12px;
  text-align: left;
  margin: 0;
}

