body {
	background-color: #000000;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 40px;
}

#page {
	position: relative;
	margin: 20px auto;
	width: 1025px;
	height: 800px;
	background-image: url('home.JPG');
	background-repeat: no-repeat;
}

#title {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 232px;
	font-weight: bold;
}

#player {
	position: relative;
	float: left;
	margin-top: 190px;
	width: 100%;
}

#icons  {
	position: relative;
	margin: 5px auto;
	width: 1015px;
	height: 32px;
	text-align: right;
	float: left;
}

#icons a {
	display: inline;
    margin-left: 5px; 
    text-decoration: none;
    border: none;
}

#subtitle {
	letter-spacing: 8px;
}

h1 {
	font-size: 100px;
	margin-bottom: 0px;
}