
html, body {
	/*height: 100%;*/

	
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 600px;
	background-color:#000;
	background-image: url(images/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment: fixed;
}
#intro_container
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 950px;
	height:600px;
}
#intro_container a img
{
	border:none;
}
