@charset "UTF-8";
/* CSS Document */
html, body, #IntroDIV {
	 height:100%;
	 width:100%;
}
body {
	background-image: url(../images/INTRO-background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top;
}
