body {
margin:0px;
padding:0px;
height:100%;
width:100%;
min-width:950px;
min-height:600px;
}
html {
height:100%;
width:100%;
min-width:950px;
min-height:600px;
}

.introcontent {
	position: absolute;
	overflow: hidden;
	height: 100px;
	z-index: -100;
	top: -100px;
}

