
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	background: #000;
	font: normal 1.6em Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #fff;
	position: fixed;
}

header {
	background: #2d2d2d url(img/bg.png) repeat;
	border-top: 0.2em solid #a52730;
	border-bottom: 0.2em solid #000;
}
header p {
	width: 90%;
	margin: 1em auto;
	position: relative;
}
header img {
	display: block;
	width: 50%;
	min-width: 150px;
	max-width: 295px;	
}
.description {
	text-align: center;
	padding: 1em;
}
button {
	display: block;
	margin: 0 auto 2em;
}
main {
	width: 100%;
	background: #000;
}
main a:hover {
	text-decoration: none;
	border-bottom: 1px solid #b12a34;
}
main p {
	padding-bottom: 1.5em;
}
main ul {
	padding: 0.2em;
}
main li {
	line-height: 1.4em;
	margin-left: 1em;
}
main img {
	margin:  auto auto;
	padding-bottom: 1em;
}

.selector {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
