html
{
    background-color:rgb(50, 66, 66);
}
.float
{
    float:left;
}
.logo
{
    float:right;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image:url('../image/logo.jpg');
    width:300px;
    height:300px;
}
.portrait
{
    float:right;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image:url('../image/founder.jpg');
    width:300px;
    height:300px;
}
.center
{
    padding:5%;
    position:relative;
    margin: 0 auto;
    height:360px;
    width:680px;
    background-color:rgb(207, 203, 189);
    border-radius:8px;
    color:black;
    font-family:'Lucida Sans Unicode';
}
.bannertext
{
    font-size:24px;
}
.table
{
    position:relative;
    margin: 0 auto;
}
.topleft
{
    position:absolute;
    top:10px;
    left:10px;
    font-size:12px;
    font-family:'Lucida Sans Unicode';
    color:rgb(174, 192, 192);
}
:link
{
    color:rgb(57, 175, 175);
    font-style:unset;
}
:visited
{
    color:rgb(108, 131, 173);
}
td
{
    width: 350px;
}
.bottom
{
    font-size:14px;
    font-family:'Lucida Sans Unicode';
    color:rgb(57, 175, 175);
}