*{
	border: 0;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	outline: none;
	padding: 0;
	margin: 0;
}

html{
	height: 100%;
	overflow: hidden;
}

body{
	height: 100%;
}

h1{
	font-size: 18px;
}

div#main{
	height: 100%;
	position: relative;
}

div#fallback{
	background-image: url(../images/bg-fallback.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
	text-align: center;
}

	div#fallback a{
		background-image: url(../images/getflash.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		background-color: #000;
		color: #fff;
		display: block;
		height: 39px;
		left: 50%;
		line-height: 39px;
		margin: -19px 0 0 -79px;
		position: absolute;
		text-align: center;
		text-indent: -4999px;
		top: 80%;
		width: 158px;
	}
	
	div#fallback a:hover{
		background-image: url(../images/getflash-hover.jpg);
	}
