@charset "utf-8";
/* CSS Document */

body{

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-image:url(../img/bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	
	margin: 0;
	padding: 0;

}

*html body{

	height: 100%;

}

#page{

	background-image:url(../img/background_site.jpg);
	background-position: 50% 50%;
	height: 580px;
	width: 100%;
	text-align: center;
	
	position: absolute;
	top: 50%;
	
	margin-top: -290px;

}

*html #page{

	margin-top: -288px;

}

*+html #page{

	margin-top: -290px;

}

#bg_bottom{

	background-color: #000000;
	height: 50%;
	width: 100%;
	
	position: absolute;
	top: 50%;

}

*+html #bg_bottom{

	margin-top: -1px;

}