*{margin:0px;}

body{
	background-color: #000000;
	color: #FFFFFF;
	width: 800px;
}

#header {
	background-color: #C51109;
	height: 50px;
	width: 100%;
	position: fixed;
	border-bottom: 1px #990D07 solid;
	z-index: 1;
}

h1{
	font-family: Oswald;
	margin-left: 140px;
	cursor: default;
}

h2{
	font-family: Roboto;
	font-size: 30px;
}

hr{
	border: 2px #222222 solid;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}

a.channel{
	font-family: Roboto;
	font-size: 17px;
	line-height: 30px;
	color: #AAAAAA;
	text-decoration: none;
	text-transform: capitalize;
}

#results{
	left: 50%;
	margin: 0px 0px 0px -540px;
	position: absolute;
	width: 1080px;
}

#search {
	outline: none;
	font-family: Roboto;
	font-size: 15px;
	color: #FFFFFF;
	background: #E62117;
	padding: 0px 10px 0px 10px;
	width: 300px;
	height: 35px;
	border: 0px;
	border-radius: 3px;
	transition: 0.4s;
}

#search:focus{
	background: #FFFFFF;
	color: #222222;
}

input[type=submit]{
	visibility: hidden;
}

#searchbox{
	margin-right: 80px;
	float: right;
}