html	{
		overflow: hidden;
		}

body	{ 
		margin: 0px;
		background: url(fondo.jpg) repeat-x;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		}
			
img	{ 
	border-style: none; 
	}

#principal	{
			position:absolute; 
			width:880px; 
			height:540px; 
			border:solid 1px #333; 
			background: #fff;
			}

#contenido	{
			font-family: Arial, Verdana; 
			font-size: 12px; 
			color: #333; 
			text-align:center;
			}

.letra1	{
		font-family: Arial, Verdana; 
		font-size: 11px; 
		color: #333; 
		text-align:center;
		}