/* 
Final Project index Style Sheet
Author: Ryan Bourrie
Date: 05/28/2016
*/
body {
	box-sizing: border-box;
	background-image: url(gamingbg.jpg);
	background-position:left top;
	background-repeat: repeat;
}

img.goheader {
	position: fixed;
	left:500px;
	
}
#sidebar {
	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;
	text-align: left;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
}


img.controller{
	position: fixed;
	left: 250px;
	
}
img.controller2 {
	position: fixed;
	right:250px;
}

article {
	font-size: 24px;
	position: fixed;
	top: 350px;
	left: 650px;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	height: 400px;
	width: 750px;
}
audio.ct{
	position:fixed;
	bottom:10px;
}