
* {
    margin: 0;
    padding: 0;
    border: 0;
}            
html, body {
    width: 100%;
    height: 100%;
    background-color: #444444;
	overflow: hidden;
}	
object, embed {
    height: 100%;
    width: 100%;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupBanner{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:365px;
width:730px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-family: Arial, Verdana, Sans-Serif;
font-size:13px;
}
#popupBanner h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupBannerClose{
font-size:24px;
line-height:14px;
right:12px;
position:absolute;
color:#999;
font-weight:normal;
display:block;
}
#button{
text-align:center;
margin:100px;
}
#container{
    position:absolute;
	height:100%;
	width:100%;
}
#flash_index{
	background-image: url(../img/fallback.png);
	background-color:#000000;
	background-repeat:no-repeat;
    position:absolute;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
}
#select_field{
	position:absolute;
	_position:absolute; /* hack for internet explorer 6*/
	top:360px;
	font-family:helvetica, sans-serif;
	padding:5px 0px 5px 0px;
	font-size: 0.8em;
	right:0%;
	background-repeat:no-repeat;
	background-color:#595959;
	color:#fff;
	text-align:right;
	width:100%;
	background-image:url(../img/select_field.png);
}
a:active {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:none;
	color:#fff;
}
a:link {
	text-decoration:none;
	color:#fff;
}
a:visited {
	text-decoration:none;
	color:#fff;
}