#header {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    
}

#spacer {
    background: #A80000;
    height: auto;
    -webkit-box-shadow: rgba(21, 27, 84, 0.5) 0px 10px 16px;
    -moz-box-shadow: rgba(21, 27, 84, 0.5) 0px 10px 16px; /* FF 3.5+ */
}

#spacerContent {
    background: #A80000;
    color: white;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    -moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#spacerContent a:link {
    color: white;
}

#spacerContent a:visited {
    color: white;
}

#socialMediaButtons {
    margin-left: 350px;
}

#leftAds {
   position: relative;
    float: left;
    top: 50px;
    left: 20px;
    right: 960px;
}

#feedButton {
   float: right;
   margin-right: 10px;
}

#specialAds{
    position:absolute;
    left:700px;
    top:350px;
    
}

#rightAds {
   position: relative;
   float: right; 
   top: 50px;
   right: 20px;
}

#container{
    background: black;
    color: white;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#container a:link {
    color: #A80000;
}

#container a:visited {
    color: #A80000;
}

.articleTitle {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #A80000;
    width: 50%;
}

.articleTitle a:link {
    color: #A80000;
}

.articleAuthor {
    float: right;
    color: #A80000;
    margin-top: -20px;
    margin-right: 100px;
}

.articleText {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.articleBreak {
    background: white;
    height: 2px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#audioContainer {
    text-align: center;
}

#adMagma {
    text-align: center;
}



#linkContainer {
    font-size: 30px;
    color: #A80000;
    text-align: center;
}

#linkContainer a:link { 
	color: #A80000;
	}
#linkContainer a:visited { 
	color: #A80000;
	}

#footer {
    margin-left: auto;
    margin-right: auto;
	width: 960px;
}
