#container {
    height: 590px;
    margin: auto;
    background-image: url("../image/background-togo.jpg");
    background-repeat: no-repeat;
}

#login {
    position: absolute;
    left: 240px;
    top: 330px;
    z-index: 99;
    width: 200px;
    height: 90px;
    text-align: center;
}

#loading {
    position: absolute;
    left: 240px;
    top: 330px;
    width: 200px;
    height: 80px;
    text-align: center;
    display: none;
    font-size: 12pt;
    letter-spacing: 0.07em;
    font-family: Helvetica, sans-serif;
    line-height: 40px;
    color: #666666;
}

#username,
#password {
    height: 20px;
    margin-bottom: 10px;
    font-size: 12pt;
    width: 200px;
    padding-left: 4px;
    color: #666666;
}

#main {
    font-family: Helvetica, sans-serif;
    font-size: 9pt;
    color: #B92C18;
	letter-spacing: 0.05em;
	position: absolute;
    left: 200px;
    top: 200px;
    width: 300px;
    height: 300px;
    z-index: 100;
    overflow: auto;
}

a.maincontent:link,
a.maincontent:visited {
    color: #B92C18;
    text-decoration: none;
}

a.maincontent:hover,
a.maincontent:active {
    color: #666666;
    text-decoration: underline;
}


#special {
    position: absolute;
    left: 535px;
    top: 285px;
    width: 185px;
    height: 140px;
}

a.special:link,
a.special:visited {
    color: #B92C18;
    text-decoration: none;
}

a.special:hover,
a.special:active {
    color: #D28A1E;
    text-decoration: underline;
}

#subscription {
    position: absolute;
    left: 200px;
    top: 340px;
    width: 300px;
    height: 20px;
    font-size: 10pt;
    text-align: center;
}

p.content {
    margin: 0px;
    padding: 0px;
}