* { /* Normalizamos margenes y rellenos inconsistentes en todos los elementos */
	padding:0;
	margin:0;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}

body {
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	background-color: #b82e11;
	background-image: url(../img/background.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
img {
	border: 0em;
}

#flashcontent {
	/*border: 1px solid blue;*/
	margin: auto auto;
	width: 938px;
	height: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#flashcontent a {
	color: #FFFFFF;
	text-decoration: none;
}
#flashcontent a:hover {
	text-decoration: underline;
}

