  html,body{height:100%}
  html,body {margin:0;padding:0;}
  body{
  	text-align:center;
  	background-color: #000;;
    color: #fff;
  }

  #vertical{
  	float:left;
  	height:50%;
  	margin-top:-400px;/* half vertical height*/
  	width:100%;
  }
  #hoz {
  	width:1020px;/* image width*/
  	margin:auto;
  	height:728px;/* image height*/
  	clear:both;
  }