/* style.css */body{ background-image: url("image/background.png"); height: 500px; }    #container {           background: url("image/background.png") no-repeat;	       width: 785px;	       height: 500px;	       margin-left: auto;	       margin-right: auto;	       margin-top: -14px;	       position: relative;            }		 #banner{    background:  url("image/header.png") no-repeat;	width: 785px;	height: 144px;	margin-top: 14px;		}		#content {	     background: none;	     width: 450px;	     height: 385px;	     float: left;	     margin-top: 20px;	     margin-left: 20px;	}			#object {	    width: 400px;	        height: 250px;        float: left;        background: none;        	    }                	           	    #content p {	    	    margin-top: 265px;	    font-family: helvetica, sans-serif;	    font-size: 12pt;	    color: #BABCAA; 	    text-align: justify; 	     	     }	     	             	    #content p a {	    font-family: helvetica, sans-serif;	    color: #DA451D;	    text-decoration: none;	 	    	    }	    	    	    	    	    	     		        #sidebar{	     width: 220px;	     height: 320px;	     float: left;	     margin-top: 20px;	     margin-left: 40px;	     margin-top: 20px;	    font-family: helvetica, sans-serif;	    font-size: 12pt;	    color: #BABCAA; 	    text-align: justify; 	     }	     	    #image {	    width: 202px;	    height: 35px;	    float: left;	    margin-left: 40px;	    margin-top: 5px;	   	    }	    	  #sidebar ul {          width: 202px;	      height: 270px;	      float: left;          list-style: none; 		          text-align: center;            }          #sidebar ul li {                    width: 202px;                    border: none;          list-style: none;          float: left;                   }                  .form-item{         width:202px;         height: 50px;         }                  .form-submit{         width:50px;         height: 20px;         margin-left: 3px;                 }              	     #sidebar label{	 	     float: left;	     font-family:  helvetica, sans-serif;	     font-size: 11pt;	     color: #BABCAA;	     }	     	     #sidebar input{	      border:2px solid #DA451D;	      background-color: #1A1B15;          color: #c9cfb8;          float:left;      	     }	             #sidebar ul li a {           text-decoration: none;           display: block;           width: 165px;           height: 50px;           border: none;           margin-left: 12px;           margin-top: 18px;          }                  #join{       margin-top:10px;       width: 165px;       height: 50px;       }     #visit{        margin-top: 5px;        width: 165px;        height: 50px;       }               #join a {            background: transparent url("image/join-button.png") no-repeat;         }                  #join a:hover {           background: transparent url("image/join-button2.png")  no-repeat;                    }                               #visit a {            background: transparent url("image/visit-button.png") no-repeat;         }                  #visit a:hover {           background: transparent url("image/visit-button2.png") no-repeat;                             }                                          #sidebar span {		    visibility: hidden;		  }            
