* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f4eddb url(fondo.gif) repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	display: none;
}

#flash {
	width: 732px;
	height: 486px;
	padding: 0px;
	margin: 0 auto 0px;
	border: 2px solid #ffffff;
	background: #f4eddb;
}

p {
	font-size: 11px;
	color: #b38f53;
	margin: 10px;
	text-align: center;
}

a:link {
	color: #b38f53;
	text-decoration: underline;
}

a:visited {
	color: #b38f53;
	text-decoration: underline;
}

a:hover {
	color: #866b3e;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
	color: #fdb357;
}