<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>rbourrie new document title</title>
</head>
<body>
<p>/*  Final Project zelda Style Sheet Author: Ryan Bourrie Date: 05/28/2016 */  body { 	background-image: url(gamingbg.jpg); 	background-position:left top; 	background-repeat: repeat; }  #sidebar { 	border: 1px solid black; 	background-color: blue; 	color: white; 	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; 	position: fixed; 	top: 300px; }  #sidebar tr, td{ 	padding: 5px; } a { 	text-decoration: none; 	color: white; 	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; } img.zelda { 	position: fixed; 	left: 660px; } img.triforce{ 	position: fixed; 	top: 100px; 	left: 400px; } img.triforce1{ 	position: fixed; 	top: 100px; 	right: 400px; } article { 	position: fixed; 	top: 300px; 	left:250px; 	color: white; 	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; 	background-color:Blue; 	height:475px; 	width: 300px; } audio.zeldatheme { 	position: fixed; 	bottom: 10px; } #bosses { 	position:fixed; 	top: 400px; 	right: 50px; } #bosses table, th, td { 	color: white; 	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; 	background: blue; 	border: 1px solid black; 	padding: 5px; } #speedrun{ 	position: fixed; 	top:400px; 	left:600px; }</p>
</body>
</html>