﻿body {
}
.Banner
{
    border: 0px;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.Support
{
    color: #FF0000;
    font-size: medium;
    font-weight: bold;
}
.Side
{
    width: 23%;
    float: left;
    text-align: center;
    vertical-align: bottom;
    height: auto;
    background-image: url('http://www.geocities.com/free_call_me/Picture/Apple-logo.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #C0C0C0;
}
.Detail
{
    width: 76%;
    float: left;
    height: 126px;
}
.Container
{
    width: 76%;
    height: 322px;
    float: left;
    background-image: url('http://www.geocities.com/free_call_me/Picture/280px-Tux-linux_logo.svg.png');
    background-repeat: no-repeat;
    background-position: right top;
}
.MainMenu
{
    width: 76%;
    float: left;
    background-color: #00FFFF;
}
.Title
{
    font-size: xx-large;
    font-weight: bold;
}
.BS
{
    font-size: xx-large;
}
.About
{
    text-align: justify;
}
.Item
{
    width: 200px;
    height: auto;
    float: none;
    text-align: left;
    vertical-align: top;
    display: list-item;
}
