/* CSS Document */

html{
height:100%;

}
body{
margin:0px;
padding:0px;

}

#pos_centered{
	  position:absolute;
      left:50%;
      top:50%;
      width:239px;
      height:500px;
	  margin-left:-120px;
	  margin-top:-250px;
	  }
