body {
           font-family: tahoma;
           font-size: 12px;
           background-color: #EEC2A5;
       }
        
        .main {
            position: absolute;
            left: 250px;
            top: 400px;
            background-color: white;
            width: 400px;
            min-height: 400px;
            padding: 5px;
        }
        
        .header {
            position: absolute;
            top: 0;
            left: 0;
            width: 900px;
            height: 800px;
            background-image: url(https://fan.lunarella.net/hch/header.png);
        }
        
        b {color: #D45589;}
        h3 {font-weight: bold; color: #F7A148; text-align: center; letter-spacing: 2px; font-style: italic;}
        
        a:link, a:visited, a:active {
            color: #E24F70;
            text-decoration: none;
        }
        
        a:hover {color: #EAE9A1;}
        
        .sideleft {
            position: absolute;
            top: 480px;
            left: 30px;
        }
        
        .sideright {
            position: absolute;
            top: 480px;
            left: 675px;
        }
        