* {
	margin: 0px;
	padding: 0px;
}
html {
  background: #99cd7e url(img/intro_bg.gif) top repeat-x;
  font: 400 11px/14px arial, helvetica, sans-serif;    
  /*height: 100%;*/
  overflow: hidden;
}

body {
	text-align: center;		
	/*height: 100%;*/
	overflow: hidden;
}

img {
	border: none;
}

#top {
	width:  100%;
	height:  680px;
	background-image: url(img/intro_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
}

#logo {
	position: relative;
	top:    77px;
	height: 130px; 
}

#main {
   position: relative;
	top:   110px;
	width: 364px;
	height: 364px;
	background-image: url(img/intro_center2.gif);
	text-align: left;
}
