* {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
}
.clear:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

html,body{
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, Tahoma;
	background-image: url('../images/hodor.jpg');
	background-color: #000000;
	position: relative;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}
#wrapper{
	width: 900px;
	margin: 0px auto;
}
	#wrapper span{
		width: inherit;
		height: inherit;
	}
#hodors{
	color: #ffffff;
	float: right;
	margin-top: 20px;
}
	#hodors > div{
		width: 160px;
		height: 50px;
		line-height: 50px;
		background-color: #000000;
		border-radius: 3px;
		text-align: right;
		margin-bottom: 8px;
		cursor: pointer;
		border: 1px solid #444444;
		padding: 0px 10px;
		background-image: url('../images/play.png');
		background-repeat: no-repeat;
		background-position: 10px 10px;
	}
	#hodors > div > span{
		font-size: 11px;
	}
#credits{
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #ffffff;
}
	#credits a{
		color: #0092F2;
	}
@media only screen 
and (max-width : 320px) {
	div{
		box-sizing: border-box;
	}
	#wrapper{
		width: 100%;
		height: 100%;
	}
		#hodors{
			width: 70%;
			margin-left: 15%;
			float: none;
		}
			#hodors > div{
				height: 50px;
				margin: 0px auto 8px auto;
				float: none;
			}

	#credits{
		display: none;
	}
}

audio{
	height: 0px;
	width: 0px;
}