@charset "UTF-8";
html,body {
	background-attachment: fixed;
	background-image: url(bgColor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #464923;
	height: 100%;
	width: 100%;
	font-family: "trebuchet MS";
	margin: 0px;
	padding: 0px;
}

.objetFlash {
	background-position: center center;
}
.mainTable {
	height: 100%;
	width: 100%;
	text-align: center;	
}

.creditsRealisation {
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
