/* ---------------------------------------- 
    BrowserBlast by @markgdyr
    markgoodyear.com
---------------------------------------- */
#browserblast {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
	font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
	
	padding-top:50px;
	background-color:rgba(0,0,0,0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9000000', endColorstr='#e9000000');
}
#browserblast a {
	color: green;
	text-decoration: underline;
}

/*  
To prevent the banner overlapping content
.unsupported-browser is appened to the HTML tag
so you can push it down. The margin should be
total hight of the banner (height + border).
*/
.unsupported-browser {
    margin-top: 42px;
}