/* 
Final Project super metroid 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;
}

img.metroidtitle {
	position: fixed;
	left: 615px;
					
}
img.samus {
	position: fixed;
	left: 300px;
}

img.samus1 {
	position: fixed;
	right: 305px;
	transform: scaleX(-1);
}

audio.metroidtheme {
	position: fixed;
	bottom: 10px;
}
video.gamestart {
	position:fixed;
	top:300px;
	left:800px;
}
article {
	position: fixed;
	top: 350px;
	left:425px;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	background-color:Blue;
	height:475px;
	width: 300px;
}

#bosses {
	position:fixed;
	top: 315px;
	right: 200px;
}
#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;
}
a {
	text-decoration: none;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
}