h1 {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

h2 {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}


body 
{
    margin: 0;
	padding: 0;
    text-align:left;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 14px;
    background-color:#ddd;
    color:#444;
    position:fixed;
  
    

    
}

.centreBody 
{
	border:0px solid #f00;
    text-align:left;
    color:#aaa;
	background-color: #ddd;
	font-size: 14px;
    height:100%; 
    /*position:relative;*/
     
}

.menuContainer
{
    position:absolute;
    width: 768px;
    height: 48px;
    border: 0px solid #ff0;
    //background-color:rgba(33,33,33,0.4);
    /*line-height: 300px;*/
    left: 50%;
    top: 0px;
    margin: 0 0 0 -384px;
    text-align:center;
    font-family: 'Open Sans Condensed', sans-serif;
    color:#fff;
    font-size:32px;


}

.newsStrip
{
   position:absolute;
   width:100%;
   height:1000px;
   top:48px;
   overflow:hidden;
   border: 0px solid #f0f;
 

}

.newsContainer
{
    position:absolute;
    width: 768px;
    height: 256px;
    border: 0px solid #ff0;
    background-color:rgba(33,33,33,0.4);
    /*line-height: 300px;*/
    left: 50%;
    top: 450px;
    margin: -128px 0 0 -384px;
    text-align:center;
    font-family: 'Open Sans Condensed', sans-serif;
    color:#fff;
    font-size:20px;
    cursor:crosshair;


}

.newsContainer a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 200; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.newsImage
{
    float:left;
    width: 256px;
    height: 256px;
    border: 0px solid #ff0;
   /* background-image:url('../images/linkedin.png');*/
}

.newsItem
{
    float:left;
    width: 502px;
    height: 251px;
    border: 0px solid #0f0;
    margin:5px;
    
}

.performanceContainer
{
    position:absolute;
    top:10px;
    left:10px;
    width:180px;
    height:32px;
    background-color:rgba(33,33,33,0.5);
    font-family: 'Open Sans Condensed', sans-serif;
    color:#fff;
    font-size:24px;
    margin:2px;
    padding:2px;

}


.button, .button:visited
{
    background-color:rgba(33,33,33,0.2);
    display: inline-block;
    bottom:5px;
    right:5px;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: absolute;
    cursor: pointer
}

.button:hover
{
 background-color:rgba(53,53,53,0.4);
}