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

body{
	margin:0px;
	background-color:#000;
}

#caja{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:650px;
	background-image:url(img/telon.jpg);
}
#master{
	width:100%;
	height:1000px;
	background-image:url(img/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
}
