﻿/* MASTER CSS FILE */


@font-face {
    font-family: Brock Script;
    src: url("font/test.ttf");
    font-style: normal;
    font-weight: normal;
}

div.masterHeader
{
 width: 1024px;
 height: 100px;
 text-align: left;
}

div.masterSection
{
 width: 1024px;
 font-size: 12px;
 font-family: Arial, Sans-Serif;
}

div.masterFooter
{
 width: 1024px;
 height: 100px;
 font-family: I hate Comic Sans;
 font-size: 20px;
 font-weight: normal;
 color: #851718;
 text-align: center;
}

div.masterFooter a:link     {background-color: Transparent; font-family: I hate Comic Sans; font-size: 20px; font-style: normal; font-weight: normal; color: #851718; text-decoration: none;}
div.masterFooter a:visited  {background-color: Transparent; font-family: I hate Comic Sans; font-size: 20px; font-style: normal; font-weight: normal; color: #851718; text-decoration: none;}
div.masterFooter a:hover    {background-color: Transparent; font-family: I hate Comic Sans; font-size: 20px; font-style: normal; font-weight: normal; color: #851718; text-decoration: none;}
div.masterFooter a:active   {background-color: Transparent; font-family: I hate Comic Sans; font-size: 20px; font-style: normal; font-weight: normal; color: #851718; text-decoration: none;}

.masterContent
{
 width: 1024px;
 height:450px;
 text-align: left;
 background-image: url('background.png');
 background-repeat : no-repeat;
}
