	body,
	html {
		margin:0;
		padding:0;
		background:#fff;
		color:#000;
		height:100%;
		overflow:hidden
	}
	#job{
	 position:absolute;
	 right:0px;
	 top:0px;
	 z-index:10;
  }
	body {
		min-width:1004px;
	}
	#wrap {
		margin:0 auto;
		width:1004px;
		height:100%;
		display: table; 
		position: relative; 
		overflow: hidden; 
	}
	#wrap #header {
		width:1004px;
		height:628px;
		position: absolute; 
		top: 50%; 
		display: table-cell; 
		vertical-align: middle; 
	}
	#flash{
		position: relative; 
		top: -50%;
		}
	#header h1 {
	    margin:0;
    }
