html,body{
	height:100%;
	margin:0;
	padding:0;
	}

body{
	background:#000000 url(../images/intro-eng.png) no-repeat center center;
	text-align:center;
	min-width:1003px;
	min-height:619px;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-198px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:624px;
	margin-left:auto;
	margin-right:auto;
	height:394px;
	border:1px solid silver;
	background:#666;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
}
h1 {color:#fff;margin:0;padding:0}