@charset "utf-8";
/* CSS Document */
#browserTest {
	position: relative;
	width: 80%;
	height: 400px;
	background-image: url("../images/background.png");
	margin: 0px;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	overflow: auto;
}
#bkgdFix {
	position: absolute;
	width: 100%;
	background-color: #353535; 
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	left: 0px;
	top: 440px;
	margin-bottom:5px;
}
.oops {
	color: #fff;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.browsers {
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.os {
	padding-bottom: 10px;
	font-weight: bold;
}
.nosupport {
	color: #666;
}
#browserTest a, #browserTest a:visited {
	color: #fff;
	text-decoration: underline;
}
#browserTest a:hover, #browserTest a:visited:hover {
	color: #fff;
	text-decoration: underline;
}
#browserTest p {
	padding: 10px;
	margin: 0px;
}
