html { 
  background: url("../images/Background-1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	color: white;
	}

a {
  color: inherit;
  text-decoration: inherit;
}

#main{
	width: 800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	}

#main_recipe{
	width: 500px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	}
	
#james{
	position: absolute;
	top: 55px;
	left: 35px;
	z-index: 1;
}

#cnn{
	position: absolute;
	top: 145px;
	left: 15px;
	z-index: 2;
}

#wsj{
	position: absolute;
	top: 235px;
	left: 84px;
	z-index: 3;
}

#bloomberg{
	position: absolute;
	top: 370px;
	left: 40px;
	z-index: 4;
}

#risi{
	position: absolute;
	top: 635px;
	left: 38px;
	z-index: 5;
}

#recipes{
	position: absolute;
	top: 340px;
	left: 315px;
	z-index: 6;
}

#sherman{
	position: absolute;
	top: 70px;
	left: 490px;
	z-index: 7;
}

#garfield{
	position: absolute;
	top: 180px;
	left: 370px;
	z-index: 8;
}

#dilbert{
	position: absolute;
	top: 172px;
	left: 630px;
	z-index: 9;
}

#roseisrose{
	position: absolute;
	top: 335px;
	left: 545px;
	z-index: 10;
}

#foxtrot{
	position: absolute;
	top: 420px;
	left: 425px;
	z-index: 11;
}

#xkcd{
	position: absolute;
	top: 510px;
	left: 640px;
	z-index: 12;
}

#phd{
	position: absolute;
	top: 568px;
	left: 507px;
	z-index: 13;
}

#lunar{
	position: absolute;
	top: 695px;
	left: 265px;
	z-index: 14;
}

#weather{
	position: absolute;
	top: 525px;
	left: 45px;
	width: 200px;
	height: 130px;
	z-index: 15;
}

#Pi{
	position: absolute;
	top: 820px;
	left: 740px;
	z-index: 16;
}

#Pandora{
	position: absolute;
	top: 650px;
	left: 475px;
	z-index: 16;
}

#NYT{
	position: absolute;
	top: 425px;
	left: 130px;
	z-index: 16;
}

#recipe_header{
	margin-left: auto;
	margin-right: auto;
	font-size: 200%;
}

#recipe{
	margin-left: 50px;
	font-size: 115%;
}

