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

body{
	margin:0px;
	padding:0px;
	background:#000;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:13px;
}

#bg{
	position:fixed;
	z-index:1;
	overflow:hidden;
}

#bgimg{
	display:none;
}

img{
	border:none;
	outline:none;
}

.break{
	clear:both;
	float:none;
	overflow:hidden;
	height:1px;
}

.break_line{
	clear:both;
	float:none;
	overflow:hidden;
	height:1px;
	background-color:#aeaeae;
}

.break_line_2{
	clear:both;
	float:none;
	overflow:hidden;
	height:1px;
	background-color:#505050;
}






