a:link
{
    color: #0000FF;
    text-decoration: none;
}

a:active
{
    color: #0000FF;
    text-decoration: none;
}

a:visited
{
    color: #003399;
    text-decoration: none;
}

a:hover
{
    color: #3399FF;
    text-decoration: none;
}

body
{
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    margin-top: 0px;
}


#container
{
    background-position: bottom;
    width: 800px;
    height: 800px;
    text-align: justify;
    background-image: url(imgs/back00.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
}

#header
{
    width: 800px;
    height: 150px;
    line-height: 250px;
    text-align: center;
    font-family: Garamond;
    font-size: 18px;
    font-weight: bold;
    color: #800000;
}

#container p
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
}

#product
{
    border-style: ridge;
    border-width: thin;
    margin: 5px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    width: 150px;
    background-image: url(imgs/block.png);
    background-repeat: repeat;
}

#video
{
    margin: 5px;
    float: left;
}

#footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    width: 350px;
}