body {
    background: #990000 url("https://wbs.chat/pages/wbs3/leather_bg.gif") top left repeat-y;
    color: #FFFFFF;
}

a:link {
    color: #FF9999;
}

a:visited {
    color: #FF9999;
}

a:hover {
    color: #FDBD15;
}

a:active {
    color: #FF9999;
}

.container {
    width: 600px;
    margin-left: 1px; 
}

.header {
    margin-bottom: 10px;
}

.header table input[type="image"] {
    display: block;
    margin-bottom: 1px; 
}

.header .online-count {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    margin-top: 10px;
}

.logo img {
    height: 84px;
    width: 187px;
}

.hub-buttons img {
    width: 32px;
    height: 32px;
}

.button {
    display: inline-block;
    width: 79px;
    height: 28px;
    background-color: #800000;
    border: 2px solid #FFA500;
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px !important; 
    text-shadow: 1px 1px 2px #000000;
    font-family: 'Trebuchet MS', sans-serif;
	cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 1; 
    box-sizing: border-box; 
    transition: transform 0.2s;
    padding: 0 25px 0 10px;
	overflow: hidden;
}

.button::after {
    content: '';
    width: 16px; 
    height: 16px; 
    background: radial-gradient(circle, #C0C0C0, #808080);
    border-radius: 50%;
	border: 1px solid #000000;
    position: absolute;
    right: 5px; 
    top: 50%;
    transform: translateY(-50%);
}

.button:hover {
    transform: scale(1.05);
}

.footer {
    text-align: right;
    margin-right: 30px;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 12px; 
    line-height: 1; 
}