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

html {
	height: 100%;
	overflow: hidden; /* Hides scrollbar in IE */
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:#FFD91E;
	color:#000000;
}

#flashDiv {
	height: 100%;
	background:#FFD91E;
}

#myAlternativeCont {
	margin:100px auto; width:400px;
}

img {border:none;}
