* {
	margin:0;
	padding:0;
}

html {
  /*height: 100%;*/
  overflow: hidden;
}

body {
	/*background:#eca4ba url(../images/background.jpg) top left repeat-x;*/
	background-color:#EDA3BA;
	/*height: 100%;*/
	text-align: center;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
}

#flashcontent {
/*	width: 100%;
	height: 100%;*/
	margin:auto;
	background-color:#FFFFFF;
}
