﻿html, body, form, div, img, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }

body {
    background: #ffffff;
    text-align: center;
    font: 8pt Verdana, Arial;
}

#wrapper {
    margin: 0 auto; padding: 0;
    text-align: left;
    width: 940px;
    background: #ffffff;
}

#header {
    margin: 10px 0 0 0;
    height: 52px; width: 940px;   
}

#tg-logo {
    height: 52px; width: 340px;
    float: left;
    background: url(images/tg-logo.jpg) no-repeat 10px 0px ;
}

#ts-logo {
    height: 52px; width: 600px;
    float: left;
    background: url(images/ts-logo.jpg) no-repeat 510px 0px;
}

#main { 
    height: 590px; width: 940px;
    background: url(images/terigami.jpg) no-repeat;
}

#footer { 
    margin: 20px 0 0 0;
    width: 940px;
    text-align: center;
    color: #050d60;
    font: 16pt Verdana, Arial;
}

#legal { 
    margin: 40px 0 0 0;
    width: 940px;
    text-align: center;
    font: 8pt Verdana, Arial;
}
