﻿body 
{
    background-color: #373832;
    background-image: url("images/Breaking-Chain-Background.jpg");
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    background-position:top;
    font-family:Arial;
    color: #ffffff;
}

.Content
{
    margin-left:auto;
    margin-right:auto;
    width:910px;
    height:590px;
    

}
.ContentMenu
{
    float:left;
    width:244px;
    height:163px;  
    margin: 0px 0px 0px 0px;    
}
.ContentDiv
{
    float:right;
    width:600px;
    height:360px;  
    margin: 10px 10px 10px 10px;
    overflow:auto;
    padding:10px 10px 10px 10px;  
    text-align:center;
      
}
.WhiteLink
{
    color:#ffffff;
    text-decoration: underline;
}
.WhiteLink:hover
{
    color:#C9AF45;
}
.SentenceText2
{
    color: #ffffff;
    font-size:smaller;
    text-align:justify;
}
.SentenceTitle
{
    color:#C9AF45;
    font-size:x-large;
    text-align:left;
}


