@charset "utf-8";
/* CSS Document */

html { 
  background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*body {*/
/*	background-color:#000000;*/
/*}*/

h1 {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#FFF;
	font-size:200px;
}

a, a:visited {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#FFF;
	font-size:200px;
	text-decoration:none;
	transition: color 0.5s ease;
}

a:hover {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#F00;
	font-size:200px;
}

p {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#FFF;
	font-size:200px;
}

#album {
    display: block;
    margin-left: auto;
    margin-right: auto
}

audio { 
   display:none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html, body {
  overflow-y: hidden;
}

body {
  position: relative
}