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


#post {
	margin:auto;
	width:750px;
	margin-top:20px;
}

#contact {
	margin:auto;
	width:280px;
	height:100px;
	margin-top:130px;
	}




body{
	margin:0px;
	}

	
	
#background{
	margin:0px;
	}
	
	
#black_block{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	background-color:#fff;
	z-index: -5;	
	}