body{
background: #000;
}
.header{

	margin-top						: 0px;
	background						: #000 url(intro.jpg) no-repeat center ;
	/*background-attachment			: fixed;*/
	color							: #d8cbbb;
	/*height							: 504px;*/
	text-decoration					: none;
	display							: block;
	width: 100%;
	height:100%; /* real browsers */

}
.header_bottom{

	margin-top							: 0px;
	background						: #000 url(intro_bottom.jpg) no-repeat center;
	/*background-attachment			: fixed;*/
	color							: #d8cbbb;
	height							: 210px;



	min-height:100%; /* real browsers */

}

.enter{
/*background: url(enter.jpg);*/
width:80px;
height: 33px;
position:absolute;
left:  47%;

}