body {
      background-color: #7e2f70;
	  padding: 0px;
	  margin: 0px;
	  font-family: "Comic Sans MS", Tahoma, fantasy;
	  font-size: 13.5px;
     }

img {
     border: 0;
	}
	
.links {
		clear: left;
		padding: 0;
		margin: 0;
		width: 260px;
		height: 29px;
	   }
	   
#all {
      background-image: url('images/bg_repeat.jpg');
	  background-repeat: repeat-y;
      width: 800px;
      margin-left: auto;
      margin-right: auto;
     }

#header {
         width: 800px;
         text-align: center;
	     line-height: 0;
        }

#left {
       float: left;
       width: 260px;
	   line-height: 0;
      }

#middle {
         background-image: url('images/index_body_bg.jpg');
		 background-repeat: no-repeat;
		 text-align: center;
		 float: left;
         width: 418px;
		 height: 412px;
		 overflow: auto;
        }
 
#right {
        background-image: url('images/index_right_bg.jpg');
		float: left;
        width: 122px;
		height: 412px;
       }

#footer {
         background-image: url('images/index_footer.jpg');
		 background-repeat: no-repeat;
		 clear: both;
         width: 800px;
		 height: 52px;
		 font-size: 10px;
         text-align: center;
		 color: white;
        }
		
#footer a {
           color: #FFFFFF;
		   text-decoration: none;
		  }
		  
#footer a:hover {
                 color: #FF0000;
				}
