@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	outline:none;
}

body {
	background-color:#000000;	
}

#holding {
	background:url(/img/holding.jpg) no-repeat;
	width:1024px;
	height:768px;
	margin: 20px auto;
	text-indent:-9999px;
	display:block;
}

