@CHARSET "UTF-8";

body {
	margin:0px;
	padding:0px;
	font-family:"Arial";
	font-size:11px;
    behavior: url("csshover.htc");	
	background:#b59d7b;
	text-align:justify;
}
#Main {
	margin:0 auto;
	width:988px;
	height:944px;
	background:url(../img/bg.jpg) no-repeat;
}	
	#Head {
		height:40px;
		padding-top:30px;
	}
	#Content {
		clear:both;
	}
		#Left {
			float:left;
			padding-top:427px;
			padding-left:41px;
		}
			#Left #liveBtn {
				
				width:185px;
				height:87px;
				display:block;
			}
			#Left #emptyBtn {

				width:187px;
				height:87px;
				display:block;			
				margin-bottom:23px;
			}
		#Center {
			float:left;
			margin-left:20px;
			width:691px;
			height:532px;
			padding:10px;
		}
	#Foot {
		clear:both;
	}
	#Foot #add {
		margin-left:241px;
		margin-top:-70px;
		top:-70px;
		position:relative;
	}
		#Foot #addLeft {
			background:url(../img/addLeft.gif);
			width:354px;
			height:73px;
			float:left;
			margin-right:5px;
			cursor:pointer;
		}	
			#Foot #addLeft:hover {
				background:url(../img/addLeftOn.gif);
			}			
		#Foot #add #addRight {
			background:url(../img/addRight.gif);
			width:354px;
			height:73px;
			float:left;
			cursor:pointer;
		}	
			#Foot #add #addRight:hover {
				background:url(../img/addRightOn.gif);
			}	

		#Bottom {
			margin:0 auto;
			width:988px;
		}
#ProcessTime {
	display:none;
}		
     
	
	
#Inu {
    margin:0pt auto;
    text-align:right;
    width:1000px;  
  
}
    #Inu #InuContainer {
        width:170px;
        float:right;
        margin-bottom:20px;
    }
    #Inu #Ceg {
        background:url(../img/inu_brown.gif) no-repeat left center;
        font-weight:bolder;
        color:#fff;
        padding-left:45px;
        text-align:left;
        padding-top:5px;
        padding-bottom:5px;
   }
   #Inu a {
       color:#fff;
       font-size:9px;
       text-decoration:none;
       padding-right:3px;
   }   
      #Inu a:hover {
           text-decoration:underline;
       }  	