	body{
		background-color: #040c06;
		background-image: url(../media/images/intro_images/bg.png);
		background-position: bottom;
		background-repeat: repeat-x;	
	}
	
	#wrapper{
		height: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -600px; /* the bottom margin is the negative value of the footer's height */
		width: 100%;
	}
	
	#intro{
		height: 600px;
		margin: 0 auto;
		text-align: center;
		width: 800px;
	}