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

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

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:#34424B;
	color:#fff;
}

#flashDiv {
	height: 100%;
	background:#34424B;
}

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

img {border:none;}
