/* 
Final Project fzero 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.fzero {
	position: fixed;
	left: 700px;
}
img.drstewart{
	position:fixed;
	right: 300px;
}
img.falcon{
	position:fixed;
	left: 300px;
}
video.fzerorace {
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	position:fixed;
	top:300px;
	left:800px;
}
#racers {
	position:fixed;
	top: 400px;
	right: 350px;
}
#racers table, th, td {
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	background: blue;
	border: 1px solid black;
}
article {
	position: fixed;
	top: 400px;
	left:425px;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	background-color:Blue;
	height:350px;
	width: 300px;
}
audio.mutecity {
	position: fixed;
	bottom: 10px;
}
