@charset "utf-8";
body {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 166px;
	width: 900px;
}

#image {
	height: 550px;
	width: 980px;
	clear: both;
	float: center;
	margin-bottom: 30px;
}
#streamlink {
	height: 166px;
	width: 450px;
	float: center;
	margin-bottom: 30px;
	}
	
#buttons {
	clear: both;
	height: 48px;
	width: 960px;
	float: center;
	margin-top: 5px;
	text-align: center;
}
#enter {
	clear: both;
	height: 39px;
	width: 960px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

html { 
  background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
