html,body
	{
	height:100%;	
	}
#intro
	{
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-150px auto auto -300px;
	width: 600px;
	height: 300px;
	}

