@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] rap.css
	[ Last UpDate ] 15.Jan 2010
	[ Version     ] 2.0 
--------------------------------------------------------------

--------------------------------------------------------------
*/

/*
--------------------------------------------------------------
	div#rap
--------------------------------------------------------------
*/

div#rap
	{
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	width: 100%;

	background: #FFF url(../images/wrap/wrapBg.jpg) no-repeat top center;
	}

