body {
	background:#fff;
}  
#wrapper {  
  width: 100%;
  margin-top:30px;
  } 
#topimg {
  list-style:none;
  margin:0 auto;
  }	
#cmp2box{
	width:450px;
	margin:0 auto;
	}

a:link {
  color:#000;
  text-decoration:none;
  background-color:#fff;
  }
a:visited {
  color:#000;
  text-decoration:none;
  background-color:#fff;
  }
a:hover {
  color:#F00;
  background-color:transparent;
  text-decoration:none;
}  
/*a:hover img{
  opacity:0.6;
  filter: alpha(opacity=60);
}*/


#labelname-m {
	float:center;
	font-size: 12px;
    font:"ƒqƒ‰ƒMƒmŠpƒS Pro W3",;
    font-color:gray;
	font-style: italic;
	}	
#labelname-s {
  font-size: 8px;
  color:#808080;
}	
#copylight {
  font-size: 8px;
  color:#808080;
  margin:0 auto;
}	

red {
	color:#D40000;
	font-size:9px;
}

img.bg {
  /* Set rules to fill background */
  min-height: auto;
  min-width: 1000px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position:absolute
  /* ‚Ü‚½‚Íabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
  position: relative;
}