
a:visited {
  color:#212121;
}

body { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a1a1a+20,1d0909+100 */
	background: rgb(26,26,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(26,26,26,1) 20%, rgba(29,9,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(26,26,26,1) 20%,rgba(29,9,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(26,26,26,1) 20%,rgba(29,9,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#1d0909',GradientType=0 ); /* IE6-9 */
}

.homelink {
	border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    border-radius: 6px;
}

.home {
	padding-top: 18px;
	padding-bottom: 18px;
}

.logo {
	margin-top: 55px;
	margin-bottom: 34px;
	text-align: center;
}

.homecontent {
	text-align: center;
	padding-bottom: 100px;
}

.player {
	display: block;
	margin: 3em auto 0;
	width: 600px;
    height: 50px;
    border: 3px solid transparent;
    outline: none;
}
