#streambox {
	width: 512px;
	position: absolute;
	top: 195px;
	left: 225px;
	color: white;
	background-color: black;
	padding: 15px;
}

#newsletter {
  display: none;
  font-size: 36px;
  line-height: 27px;
	width: 600px;
	height: 192px;
	position: absolute;
	top: 195px;
	left: 125px;
	color: white;
	background-color: black;
	padding: 15px;
  z-index: 5;  
  font-family: Arial Black, Arial;
}

#newsletter div {
  width: 100%;
  font-family: Arial Black, Arial;
  color: rgb(255, 255, 255);
}

#newsletter a {
  text-decoration: none;
  color: rgb(255, 255, 0);
}
#newsletter a:hover {
  color: rgb(255, 128, 0);
}
#newsletter input {
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: Arial Black, Arial;
  font-size: 36px;
}
#newsletter .input {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
#newsletter .button {
  background: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}
#newsletter .grey {
  color: rgb(128, 128, 128);
}

#subtitles {
  padding-left:50px;
}

#subtitles li {
	display: block;
}


#downloadBox1 {
	width: 320px;
	position: absolute;
	top: 200px;
	left: 135px;
	color: white;
	background-color: black;
	padding: 15px;
  text-align: center;
}

#downloadBox2 {
	width: 420px;
	position: absolute;
	top: 240px;
	left: 500px;
	color: white;
	background-color: black;
	padding: 15px;
}

#downloadBox3 {
	width: 380px;
	position: absolute;
	top: 440px;
	left: 90px;
	color: white;
	background-color: black;
	padding: 15px;
}

#downloadBoxSpacer {
	width: 380px;
	position: absolute;
	top: 840px;
	left: 90px;
	height: 10px;
}

#linktocontainer {
	float: left;
	margin: 280px 0	0	170px; 
}

#linktobox1 {
	width: 300px;
	float: left;
	color: white;
	background-color: black;
	font-size: 1em;
	padding: 15px;
}

#linktobox2 {
	width: 300px;
	float: left;
	color: black;
	background-color: white;
	font-size: 1em;
	padding: 15px;
}

#linktobox3 {
	float: left;
	color: black;
	min-height: 340px;
	background-color: white;
	font-size: 1em;
	padding: 15px;
}
#linktobox4 {
	width: 750px;
	float: left;
	color: black;
	background-color: white;
	font-size: 1em;
	padding: 15px;
}
#linktobox5 {
	width: 500px;
	float: left;
	color: black;
	background-color: white;
	font-size: 1em;
	padding: 15px;
}

#homeBox5 {
	width: 400px;
	position: relative;
	top: 850px;
	left: 130px;
	color: white;
	background-color: black;
	padding: 10px;
}
