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

/*basic layout
------------------------------------------------*/

div#wrap {
	width: 980px;
	height: 735px;
	position: relative;
	margin: 0 auto;
}

div#sandbox {
	width: 245px;
	position: absolute;
	bottom: 0;
	left: 400px;
	display: none;
}

div#footer {
	width: 980px;
	height: 39px;
	position: absolute;
	bottom: 0;
	left: 0;
}

a#logo {
	width: 156px;
	height: 73px;
	position: absolute;
	text-indent: -9999px;
	top: 72px;
	left: 30px;
}

