
body{
	background-image:url(../images/background-sp.jpg);
	background-repeat:repeat-x;

      background-color:white;
      color:black;

      font-family:Arial, Helvetica, sans-serif;

      font-size:small;

} 

 #alignmiddle {

      position: absolute;

      left: 50%;

      top: 45%;

      width: 1000px;

      height: 750px;

      margin-left:-500px; /*Half the width*/

      margin-top:-375px; /*Half the height */


}

img {z-order:-1;}

