@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
}

#headerLiveHolder {
        border: 0px;
        position:absolute;
        font-family: Arial,Helvetica,sans-serif;
		margin-left: 135px;
		margin-top: 25px;
    }
	#headerLiveHolder * {
        margin: 0;
        padding: 0;
    }
    
  #headerLiveHolder span {
        display: inline-block;
        border: 0px solid white;
        position: relative;
        padding: 2px;
	}

  #headerLiveHolder p {
    text-shadow:
    0 0 2px rgba(0, 0, 0, 0.8),
    0 0 4px rgba(0, 0, 0, 0.6),
    0 0 6px rgba(0, 0, 0, 0.4),
    0 0 8px rgba(0, 0, 0, 0.2);
  }
  
  #headerLiveHolder p.npHead {
        font-size: 15px;
        color: #fff1be;
        font-weight: bold;
        width: 100%;
	}

  #headerLiveHolder p.npText {
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        width: 100%;
  		text-transform: uppercase;
	}
  
  #headerLiveHolder span.next {
        font-size: 15px;
        color: #999999;
        width: 100%;
        text-align: center;
	}
  

