@import url("base.css");

body{background: #e8e8e8 url(../images/temp1/header_bg.jpg) top repeat-x;}

/* public style */
.public{border: 1px solid #ccc; background: #fff url(../images/dl_bg.jpg) repeat-x; position: relative; padding: 10px; margin-bottom: 10px;}
.cor1, .cor2, .cor3, .cor4{width: 9px; height: 9px; position: absolute; overflow: hidden;}
.cor1{left: -1px; top: -1px; background-position: -6px -6px;}
.cor2{right: -1px; top: -1px; background-position: -15px -6px;}
.cor3{
	left: -2px;
	bottom: 164px;
	background-position: -6px -15px;
}
.cor4{
	right: 0px;
	bottom: -268px;
	background-position: -15px -15px;
}
.intr_content h3 em a {
  display: none;
}
