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



html {
	height:100%;
}
body {

	text-decoration: none;
	background:#000 url(imagen/osuke_bg.jpg);
	margin:0;
	padding:0;
	height:100%;
}

#main {
	width:700px;
	height:1050px;
	margin:auto;
	background-color:#CDDE90;
	border:1px solid #336600;
}

#whiteBack {
	width: 647px;
	height: 998px;
	margin:auto;
	background:#FFF url(imagen/whBack_ben.gif)  no-repeat top center;
	}

