﻿.BottomInfo
{
    z-index: 3;
    position: absolute;
    top: 585px;
    left: 0px;
    background-color: #023201;
    font-family: Arial;
    font-size: 7pt;
    width: 798px;
    height: 35px;
    color: #ccff66;
}
.BottomInfo a
{
    color: #ccff66;
}
.CenterBlock
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.Content
{
    z-index: 0;
    position: absolute;
    top: 248px;
    left: 50px;
    width:798px;
    height:595px;
    background-image: url(../Images/Global/Background/Body.jpg);
}
.CurrentDate
{
    z-index: 3;
    position: absolute;
    top: 5px;
    left: 615px;
    font-family: 'Times New Roman' , Arial;
    font-size: 11pt;
    width: 245px;
}
.Dots
{
    z-index: 3;
    position: absolute;
    top: 170px;
    left: 20px;
}
.HeaderImage
{
    z-index: 3;
    position: absolute;
    top: 140px;
    left: 20px;
}
html
{
    background-color: #00522d;
}
.MainBlock
{
    width: 898px;
    height: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10pt;
    color: white;
    font-family: 'Bookman Old Style';
    padding-top: 20px;
    left: 2px;
    position: relative;
    top: -1px;
    margin-bottom: 0px;
}    
.MainMessage
{
    z-index: 3;
    position: absolute;
    top: 200px;
    left: 20px;
    width: 715px;
    height: 380px;
    font-family: 'Times New Roman' , Arial;
    font-size: 12pt;
    text-align: left;
    overflow : auto;
}
.Red
{
    color: red;
}
.Underline
{
    text-decoration: underline;
}


/**BUTTONS**/

img
{  
    border-style: none;
}

.Home
{
    z-index: 2;
    position: absolute;
    top: 268px;
    left: 70px;
}
.About
{
    z-index: 2;
    position: absolute;
    top: 277px;
    left: 180px;
}
.News
{
    z-index: 2;
    position: absolute;
    top: 290px;
    left: 290px;
}
.Products
{
    z-index: 2;
    position: absolute;
    top: 308px;
    left: 395px;
}
.ContactUs
{
    z-index: 2;
    position: absolute;
    top: 333px;
    left: 493px;
}
.Login
{
    z-index: 2;
    position: absolute;
    top: 365px;
    left: 575px; 
}

/* END OF BUTTONS*/




