* {

	margin: 0;

	padding: 0;

} 

html {

	height: 100%;
	
	overflow-x:hidden;
	
	overflow-y:auto;
	
}

body {

	height: 100%;
	width: 100%;
	background:#000000;
}

#contenedor{

	width: 100%;
	
	height:100%;

}

#flashcontent {
	height: 100%;
	height: 800px;
}
/* end hide */
