/* CSS Document */

html, body, #wrapper {
	background-color: #1a1a1a;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#fullheight{
	height: 100%;
	width: 100%;
}
#content{
	text-align: center;
	vertical-align: middle;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 740px;
	height: 500px;
}
#wrapper2 {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 439px;
	height: 175px;
}
.detection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.noflash {
	background-image: url(../img/alternate.gif);
	width: 439px; 
	height: 175px;
	padding: 130px 0px 0px 80px;
	vertical-align: top;
	text-align: center;
}