/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Feb 21, 2019, 4:52:22 PM
Author     : okuts
*/
#Sponsors
{
    font-family:tahoma;
    width:1200px;
    height:1800px;
    background-color:white;
    border-radius: 15px;
    margin-top: 65px
}
#Title
{
    font-size:50px;
    width:900px;
    height:100px;
    margin-left:160px;
    font-family:tahoma;
    margin-top:40px;
}
#left
{
    margin-left:50px;
    float:left;
    width:350px;
    height:1700px;
    margin-top:20px;
}
#middle
{
    margin-left:40px;
    float:left;
    width:360px;
    height:1700px;
    margin-top:48px;
}
#right
{
    margin-left:50px;
    float:left;
    width:350px;
    height:1150px;
    margin-top:20px;
}
p
{
    font-family:tahoma;
    font-size:16px;
}


#topwrapper
{
    width:1200px;
    height:300px; /* original height is 300px */
    border:1px solid black;
    margin-top:auto;
}
#centerwrapper
{

    width:944px; /*original width is 600px */
    height:auto;
    float:left;
    border:1px solid black;
}
#contentarea
{
    width:1200px;
    height:1200px;
    margin-left:auto;
    margin-right:auto;

}
.title
{
    font-size:23px;
    margin-bottom:10px;
}
.effect:hover {
    opacity: 0.5;
}
