body
	{
	    text-align: center;
	    margin: auto;
	    background-image: url('../images/bkgnd.png');
	}

	#container
	{
	    width: 932px;
	    margin: auto;
	    text-align: left;
	    display: block;
	}
	
	#top
	{
	    width: 100%;
	    float: left;
	    position: relative;
	    display: block;
	    height: 30px;
	}
	
	#top .text
	{
	    font-size: 18px;
		position: absolute;
		top: 5px;
		right: 10px;
		color: #ffffff;
	}
	
	#middle
	{
	    width: 100%;
	    height: 477px;
	    float: left;
	    position: relative;
	    display: block;
	    background-image: url('../images/intro-bkgnd.png');
	    background-repeat: no-repeat;
	    padding: 9px;
	}
	
	#bottom
	{
	    width: 100%;
	    float: left;
	    position: relative;
	    display: block;
	}
	
	#bottom .enter
	{
		text-align: center;
		color: #eeeeee;
		text-decoration: none;
		font-family: Arial;
	}

	#bottom .enter:hover
	{
		text-decoration: underline;
	}
