            #news_local {
                width: 340px;
            }
                        
            #news_mactouch {
                position: absolute;
                top: 209px;
                left: 555px;
                width: 150px;
                padding-left: 5px;
                border-left: 1px dotted #CCC;
            }
            
            #news_mactouch h3 {
                text-align: center;
            }
            
            #news_mactouch h3 a {
                color: #333;
                text-decoration: none;
            }
            
            #news_mactouch h3 a:hover {
                color: #666;
                text-decoration: underline;
            }
            
            #news_mactouch h3 a em {
                color: #900;
            }
            
            #news_mactouch h3 a:hover em {
                color: #F00;
            }
            
            #news_mactouch ul {
                padding: 0;
                margin-left: 20px;
                font-size: 0.9em;
            }
            
            #message {
                clear: both;
                background: #FFA900;
                text-align: center;
                font-family: Myriad, "Myriad Pro", Verdana, sans-serif;
                font-weight: bold;
                color: #FFF;
                font-size: 1.25em;
            }
            
            #message p {
                padding: 5px;
            }
            
            #message a {
                color: #FFF;
            }
