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

html, body {
	margin:0;
	padding:0;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

#top_left {
	width: 730px;
	height: 690px;
	background-image: url(../images/bgr01.jpg);
	float: left;
}

/* -------- etc --------- */
.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	clear: both;
}