body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #000000;
	background-image: url(images_flash/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
}
#main{
	width: 100%;
	position: relative;
	height: 100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#content{
	height: 590px;
	width: 750px;
	border: thin solid #000000;
	position: relative;
	
	top:10px;
	bottom:10px;
}