body{
	background: #FFF url(/img/skybook/25/SK-10k_NFL_Bracket-Contest.jpg) no-repeat center top;
	background-size: 1000px;
}

.body {
    top: 145px;
    position: relative;
    height: 0;
}

div.container{
	margin: 175px auto 50px auto;
	background: #FFF;
}

.leftc, .rightc{
	width: 100%;
}

.contest-traditional:after{
    background: url(/img/skybook/25/bg-bracket_10kcontest-sk.jpg?v=1) no-repeat center top #FFF;
  }

@media screen and  (min-width: 780px){ 
  .body{
		top: 180px;
	}
}

@media screen and  (min-width: 960px){ 

	body{
		background-size: auto;
	}

	.body{
		top: 305px;
	}
	
	div.container{
		margin: 300px auto 50px auto;
	}
	
}