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

body {
	background-color:#000000;
}

div#content {
	position: absolute;    
	height: 600px;        
	width: 900px;          
	background-color: #000000;
	
}
div#blog {
	position: absolute; 
	height: 419px;
	width: 514px;
	top:-1000px;
	left:-1000px;
	background-color: #000000;
	z-index:2;
	
}
