body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

#container{
	width:1200px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
#boton{
	width: 220px;
	height: 69px;
	position: absolute;
	left: 774px;
	top: 464px;
	}
