*{margin: 0; padding: 0; border: none;}

html, body {
	height:100%;
}

body {
	background: #000000;
	width: 100%;
	padding: 0;
 	margin: 0;
    min-width:  900px;
	min-height: 400px;
	overflow: hidden;	
}

#vertical{
    position:absolute;
    top:50%;
    margin-top:-310px;/* half main elements height*/
    left:0;
    width:100%;
}

#page-wrap{
	width:  1000px;
	height: 620px;
	margin: auto auto;
}

#content{
	width: 1000px;
	height: 620px;
	overflow: hidden;
	position: relative;
}

#intro {
	position:absolute;
	top:1px;
	left:139px;
	outline:none;
	z-index: 5;
}


