@charset "utf-8";
/*orgarhythm */
/* index.css */


body {
	background: #000000;
}


/*********************************************
wrapper
*********************************************/
div#wrapper {
	width:100%;
	height:100%;
	font-size:12px;
	letter-spacing:0.05em;
	text-align: center;

}

/*********************************************
container
*********************************************/

#container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/container_base.jpg);
	background-repeat:repeat-x;
	
}



/*********************************************
footer
*********************************************/


