﻿body
{
    margin: 0;
    padding: 0;
    color: #000000;
    background-image: url('page_bg.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
img
{
    border: 0;
}
        
/* TOP CONTAINER */
#top
{
}
#top_left
{
    float: left;
    width: 186px;
}
#top_right
{
    height: 130px;
    background-image: url('logo_bg.gif');
    margin-left: 186px;
    text-align: center;
}
#top_right img
{
    margin-top: 66px;
    margin-left: -186px;
}
.center
{
    text-align:center;
    margin: 0 auto;
    clear: both;
}
#video
{
    margin: 0 auto;
    text-align: center;
}
#bringtoyou
{
    margin: 30px 0 40px 0;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 22px;
    font-weight:bold;
    color: #857d7d;
}
#words
{
    margin: 15px auto 20px;
    font-family: 'Verdana', sans-serif;
    font-size: 24px;
    font-weight:bold;
    color: #efb400;
    max-width: 720px;
}
#social img
{
    margin: 0 20px 15px;
}
