body{
	margin:auto;
	padding:0;
	background:white;
	font-family:Trebuchet MS, Lucida, Arial, Tahoma, Verdana, Sans-serif;
	
}

#contenedor{
	padding:0;
	margin:auto;
	width:500px;
}	

#contenido{
	
}	

#cabeza{
	background:#fbcf57;
	height:80px;
}

#cuerpo{
	background: url(cuerpo.gif)repeat-x;
	height:270px;
}

#columna2{
	background:#D0D6F9 url(derecha.gif) repeat-x;
	width:100px;
	height:270px;
	float:right;
}

#columna1{
	background:#F1E1CA url(izq.gif) repeat-x;
	width:100px;
	height:270px;
	float:right;
}

#pie{
	background:#349a39;
	height:50px;
}