html {
            background: #CACACA;
        }
        
        a {
        	text-decoration: none;
			outline: none;
			border-width: 0px;
			background-color: transparent;
			}
			:-moz-any-link:focus { outline: none; }
	     
			a img {
			border: none;
			}
   

        body {
            background: #CACACA;
            font: 12px 'Lucida Grande', Arial, sans-serif;
        }
                
      
        #container {
            width: 940px;
            margin: 0 auto;
            position: relative;
        }
        
		#container a {
			text-decoration: none;
			outline: none;
			border-width: 0px;
			background-color: transparent;
			border: 0px;
			}

        #container #surface {
	       background: #ffffff;
           border: 2px solid #ffffff;
     	   padding: 40px 40px 20px 40px;
           width: 725px;
           margin: 0 auto;
           text-align: left;
           box-shadow: 1px 2px 8px rgba(0,0,0, 0.5);
           -moz-box-shadow: 1px 2px 8px rgba(0,0,0, 0.5);
           -webkit-box-shadow: 1px 2px 8px rgba(0,0,0, 0.5);
           -webkit-border-radius: 16px;
           -moz-border-radius: 16px;
           border-radius: 16px;

             }
		#container #surface a {
			text-decoration: none;
			border-width: 0px;
			background-color: transparent;
			outline: none;
			border: 0px;
			}            
          
