﻿* {
	padding:0;
	margin:0;
	border:none;
	background-color:#000000;
}
html, body {
	position:absolute;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#000000;
	overflow: auto;
}
#flashContent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	line-height: 0;
}

#jasrac{
	position:absolute;
	text-align:center;
	width:95px;
	height:77px;
	/*top:20px;
	left:20px;*/
	font-size:10px;
	line-height:110%;
	color:#fff;
	background:none;
	z-index:2;
	}
#exchange {
	position:absolute;
	width:100%;
	margin:0 auto;
	font-size:90%;
	line-height:150%;
	color:#FFF;
	text-align:center;
	z-index:1;
}
#exchange a {
	color:#f9d205;
}
#exchange a:hover {
	color:#a63127;
}














