﻿@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ff0000;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
	font-weight: normal;
}
A:link {
	text-decoration: underline;
	color: #FFF;
}
A:visited {
	text-decoration: underline;
	color: #FFF;
}
A:active {
	text-decoration: underline;
	color: #FFF;
}
A:hover {
	text-decoration: underline;
	color: #FFF;
}

#screenCenter {
	width:320px;
	height:440px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-220px auto auto -160px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
.getflashbox {
	width: auto;
	height: auto;
	margin-top: 38px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	padding: 0px 11px 0px 11px;
}
.getflashheader {
	width: auto;
	height: 17px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
.getflashtext {
	width: 185px;
	height: 45px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFF;
	float: left;
}
.getflashBTN {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
}
div#nfcontainer { 
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
 
}
* > div#nfcontainer { /* good browsers see this */
	min-width: 320px;
	min-height: 440px;
	width:100%;
	height:100%;
} 
* html div#nfcontainer { /* only IE sees this fix for min-width  */
	/*background:yellow;*/   /* this is just a marker color to show that these styles are only picked up by IE */
	width: expression((document.body.clientWidth > 320 ? document.body.clientWidth : 320) + "px");
	height: expression((document.body.clientHeight > 440 ? document.body.clientHeight : 440) + "px");
}
