#wrapper {
	color: white;
	background-color: black;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 710px;
	}
	
#content {
	margin-top: 5px;
	}
	
#demo {
	background-image: url(buttons/demo.png);
	background-color: white;
	width: 704px;
	height: 100px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	float: left;
	}
	
#farmscape {
	background-image: url(buttons/farmscape.png);
	background-color: white;
	width: 350px;
	height: 200px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	float: left;
	}
	
#ikmgiw {
	background-image: url(buttons/ikmgiw.png);
	background-color: white;
	width: 350px;
	height: 200px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	float: left;
	}
	
#draw {
	background-image: url(buttons/draw.png);
	background-color: white;
	width: 350px;
	height: 200px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	float: left;
	}	

#summonlovin {
	background-image: url(buttons/summonlovin.png);
	background-color: white;
	width: 350px;
	height: 200px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	float: left;
	}

.movielink:hover {
	background-position-y: 200px;
}

.header:hover {
	background-position-y: 100px;
}


#player {
	margin-top: 20px;
	padding-bottom: 0px;
	height: 250px;
	width: 667px;
	background-color: black;
}

#player {
	margin-top: 20px;
	padding-bottom: 0px;
	height: 360px;
	width: 640px;
	background-color: black;
}

#description {
	margin-bottom: 50px;
	margin-top: 15px;
	}
	
#description p {
	margin-top: -10px;}

h1 {
	text-decoration: underline;
	font-size: 20px;
	margin-top: 0px;
	}
	
#bumper {
	height: 100px;
	width: 710px;
	background-color: black;
	float: left;
	}
