@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/nfl-land/bg.jpg);
	background-color: #000;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	position:relative;
}
#todo {
	min-width: 955px;
	background-image:url(../images/nfl-land/nfl.png);
	min-height: 560px;
	width: 100%;
	background-position:50% 0;
	background-repeat:no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
#form {
	width:280px;
	height: 170px;
	z-index:3;
	position: absolute;
	left: 20px;
	top: 190px;
}
/*.boxlinky{position:fixed;width:100%;height:100%;z-index:2;}*/
.boxlinky {
	width: 100%;
	height:560px;
	display:block;
	position:absolute;
	left: 0px;
	top: 0px;
}
.ancla {
	position: relative;
	left: 0px;
	top: 0px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}