body
{
	background-image: url("bobwallpaper.jpg");
	background-size: cover;                      /* <------ */
    background-repeat:no-repeat;
    background-position: center center; 
	background-attachment: fixed;
	font-family: Arial;	
	margin: 0;
}
#content
{
	background-color: rgb(235,235,225);
	margin: 0 auto;
	top: 0;
	width: 900px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 10px;
}
img
{
}
h1
{
	font-family: sans-serif;
	font-style: italic;
	color: #006400;
	text-align: center;
}
table
{
	border: 1px solid black;
}
#quick-facts
{
	text-align: center;
	font-family: Times New Roman, Geneva, serif;
	font-size:20pt;
}
.centered
{
	margin-left: 5%;
	text-align: center;
	padding:40px;
}
#episodes
{
	margin: 0 auto;
}
#famous-episodes
{
	text-align:center;
}
.small
{
	font-size: 10pt;
	font-weight: bold;
	opacity:0.5;
}
.big
{
	font-size: 14pt;
}
#years
{
	font-family: Times New Roman, Geneva, serif;
	text-decoration:underline;
	opacity: 0.5;
}
#stacked
{
	margin-left: 2%;
	float:left;
	margin-right: 25px;
	margin-bottom: 40px;

}
h2
{
	text-align: center;
}
.underline
{
	text-decoration:underline;
}
.purple
{
	color:#660099;
}
.bob-ross-video
{
	text-align:center;
}
