@charset "utf-8";
body {
	margin-top:0px;¡@margin-left:0px;
¡@¡@¡@¡@margin-right:0px;¡@margin-bottom:0px;
	background-image:url(../image/Background.jpg);
        background-repeat:repeat-x;
}
       img
       {
           border: 0;
       }
.title {
	font-size: 20px;
	color: #FF0066;
	font-weight: bold;
}
.content {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}
.contentsmall {
	font-size: 10px;
	color: #333333;
}

.contentbold {
	font-weight: bold;
}
 #container {
     position:relative;
     width:120px;
     height:120px;
     overflow:hidden;
 }
#div1 {
     position:absolute;
     left:0px;
     top:0px;
     width:120px;
     height:120px;
 }
 
#div2 {
     position:absolute;
     left:0px;
     top:765px;
     width:120px;
     height:120px;
 }