﻿@charset "utf-8";
/**************************************************************************************************

SWF OBJECT
ID : #noFlashContent

**************************************************************************************************/
/* hide from ie on mac \*/
html {
height:100%;
overflow:hidden;
}

#noFlashContent {
height:100%;
}
/* end hide */

body {
margin:0;
padding:0;
height:100%;
}

/**************************************************************************************************

FLASH ALTERNATE

**************************************************************************************************/
#noFlashContent {
background-color: #FFFFFF;
}

#noFlashContent {
width: 100%;
background-color: #FFFFFF;
}

#noFlashContent img {
margin: -254px 0px 0px -450px;
position: absolute;
top: 50%;
left: 50%;
}

#noFlashContent a img {
border: none;
}


