@charset "utf-8";
/* CSS Document */

*	{
	margin:0;
	padding:0;
}

body	{
	background:url(../bg.jpg) repeat-x;
}

.contenedor	{
	width:960px;
	height:700px;
	margin:auto;
	background:url(../fondo.jpg) no-repeat;
}

.home	{
	width:960px;
	height:601px;
	margin:0;
	padding:0;
}
