* {

	margin: 0;

	padding: 0;

} 

/*html {

	height: 100%;
	
	overflow-x:hidden;
	
	overflow-y:auto;
	
}*/

body {
	width:1100px;
	margin:0 auto;
	/*height: 100%;
	width: 100%;*/
	background:#E4E4E6;
}

#contenedor{

	width: 100%;
	
	height:100%;

}

#flashcontent {
	height: 100%;
	height: 100%;
	position:relative;
}
/* end hide */

