@charset "gb2312";
/* CSS Document */

body {
	margin:0 auto;
	font-size:12px;
	font-family:Verdana;
	line-height:1.5;
	background-color: #36393d;
	background-image: url(../images/di.jpg);
	background-repeat: repeat-y;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;}
img { border:0px;}
a { color:#FFC; text-decoration:none;}
a:hover { color:#FFC;}

.floatL{ float:left;}
.floatR{ float:right;}

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;} 
