body
{
    background-color:black;
    color:white;
    text-align:center;
    font-family:arial;
    height:760px;
    width:100%;
    overflow:hidden;
}

#content
{
    height:760px;
    width:1024px;
    padding-top:50px;
    margin: 0 auto;
}

div
{
    width:100%;
    display:table;
}

#info
{
    border-top:solid 1px white;
    border-bottom:solid 1px white;
    height:170px;
    margin-top:60px;
    padding-top:30px;
}

#info div
{
    width:33%;
    float:left;
    padding-top:30px;
    font-size:20px;
    border-right:solid 1px white;
    height:110px;
    
}

#info div:last-child
{
    border-right:none!important;
}

/*FOR IE*/
#skype
{
    border-right:none!important;
}

a
{
    color:white;
    text-decoration:none;
}

h1
{
    font-size:90px;
    margin-bottom:0px;
}

h2
{
    margin:0px;
}