@charset "utf-8";
/* CSS Document */
html, body, #content, #box {
	margin:0px;
	padding:0px;
}

body {
	font-family:
	font-size: 11px;
	color: #000;
	font-family: Helvetica, Geneva, Arial;
	margin:0px;
	padding:0px;
}

#content {
	position: relative;
	width: 100%;
	height: 100%;
	
}

#box {
	position:relative;
	width:100%;
	display:block;
}