@charset "utf-8";
/* CSS Document */
body {
background-image: url(/imgimg/fd.jpg);
background-color: #93cdea;
margin: 0;
padding: 0;
overflow: auto;
}

#spider {
width: 587px;
height: 374px;
background-image:url(/imgimg/ssspider.png);
repeat : no-repeat;
margin-left: auto; 
margin-right: auto; 
}

#star {
width: 449px;
height: 306px;
background-image:url(/imgimg/ssstar.png);
repeat : no-repeat;
margin-left: auto; 
margin-right: auto; 
}

#cacheheader {
width: 1004px;
Margin-left: auto ;
margin-right: auto ;
Margin-top: auto ;
margin-bottom : auto;

}

#header{
width: 1004px;
height: 97px;
background-image:url(/imgimg/header.png);
overflow:hidden;
Margin-left: auto ;
margin-right: auto ;
Margin-top: auto ;
margin-bottom : auto;

}


#mid {
width: 1004px;
background-image:url(/imgimg/midd.png);
overflow:hidden;
Margin-left: auto ;
margin-right: auto ;
Margin-top: auto ;
margin-bottom : auto;
text-align:center;
}

#pub {
  margin-left: 160px;
  margin-top: 10px;
  }

#footer {
width: 1004px;
height: 43px;
background-image:url(/imgimg/footer.png);
overflow:hidden;
Margin-left: auto ;
margin-right: auto ;
Margin-top: auto ;
margin-bottom : auto;
}

#footer2 {
background-image:url(/imgimg/footer2.png);
width: 1004px;
height: 102px;
overflow:auto;
margin-left: auto;
margin-right: auto;
Margin-top: auto ;
margin-bottom : auto;
}

#menu {
width: 1004px;
height: 46px;
background-image:url(/imgimg/menu.png);
overflow:hidden;
Margin-left: auto ;
margin-right: auto ;
Margin-top: auto ;
margin-bottom : auto;
}

dd {
	margin:1px 0 0;
}

label {
display:block;
width:150px;
float:center;
}

//--------------------------------------------

.lien {
	color: #666;
}
a.lien:link {
	text-decoration:none;
	color: #666;
}
a.lien:visited {
	text-decoration:none;
	color: #666;
}
a.lien:hover {
	text-decoration:none;
	color: #666;
	font-weight: bold ;
}
a.lien:active {
	text-decoration:none;
	color: #666;
}

//---------------------------------------------

.lienr {
	color: red;
}
a.lienr:link {
	text-decoration:none;
	color: red;
}
a.lienr:visited {
	text-decoration:none;
	color: red;
}
a.lienr:hover {
	text-decoration:none;
	color: red;
	font-weight: bold ;
}
a.lienr:active {
	text-decoration:none;
	color: red;
}

