
	body {
		background-color:#dad5c2;
		background-image:url(../images/intro-page-background.png);
		background-position:top;
		background-repeat:repeat-x;
	}
	
	#intro {
		margin:98px auto 0px auto;
		padding:50px;
		width:636px;
		height:420px;
		background-image:url(../images/intro-background.png);
	}
	#intro .noflash {
		position:relative;
		width:636px;
		height:420px;
		background-image:url(../images/intro-noflash.jpg);
	}
	#intro .noflash a {
		bottom:60px;
		left:280px;
		position:absolute;
		width:75px;
		height:25px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#9aa6a3;
		font-size:20px;
		line-height:25px;
		font-style:italic;
		text-decoration:none;
		text-align:center;
		letter-spacing:4px;
	}
	#intro .noflash a:hover {
		color:#ffffff;
	}
