﻿body 
{
    background-color: Black;
    color: #EFEFEF;
    font-size:larger;
    font-family:Arial;
    
}


.banner
{
    width:800px;
    height:200px;
    margin-left:auto;
    margin-right:auto;
}

.mainContent
{
    background-image: url('../img/grey_bg.png');
    width:800px;
    margin-left:auto;
    margin-right:auto;   
    height: 900px;
    
}

.menu
{
    width:800px;
    height:50px;
    margin-left:auto;
    margin-right:auto;
    background-color:Blue;
    
}

.newsBox
{
    width: 600px;
    height: 400px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    background-image: url('../img/lythosnewsbox.png');
    
}
.newsContent
{
    width: 550px;
    margin-left:auto;
    margin-right:auto;
}