﻿body
{
    background-color: Black;
}
#wrapper
{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

#logo
{
    text-align: center;
    height: 500px;
    width: auto;
}

#title
{
    text-align: center;
    font-size: 36px;
    color: #E10729;
    font-weight: bold;
}

#content
{
    text-align: center;
    font-size: 22px;
    color: #E10729;
}
#footer
{
     text-align: center;
     
}
#footer img
{
    padding:0px 3px 5px 3px;
    height:30px;
}
#footer1
{
    text-align: center;
}
#footer1 img
{
    padding:0px 3px 5px 3px;
    height:40px;
    
}

