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

body {
	background-image: url(Assets/MNR_background.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	background-position:center top;
	padding:0;
	margin:0;
	height:2262px;
}

#poster_main {
	margin-left:auto;
	margin-right:auto;
	width:946px;
	height:1125px;
	background-image:url(Assets/MNR_main_poster.jpg);
	background-repeat:no-repeat;
	
}

#poster_extras {
	margin-top:234px;
	margin-left:auto;
	margin-right:auto;
	width:946px;
	height:785px;
	background-image:url(Assets/MNR_extras.jpg);
	background-repeat:no-repeat;
	position:relative;
	
}

#logo {
	position:absolute;
	z-index:1;
	top:-250px;
	
}

#song {
	position:absolute;
	top:-265px;
	right:-2px;
	
}

#gif {
	position:absolute;
	width:171px;
	height:90px;
	z-index:1;
	top:1922px;
	left:260px;
}

#rules {
	padding-top:90px;
	margin-left:auto;
	margin-right:auto;
 	width:724px;
	color:#4d4d4d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	
}

a,a:hover,a:visited,a:active {
	color:#4d4d4d;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#4d4d4d;
}

a.subtle,a.subtle:hover,a.subtle:visited,a.subtle:active {
	text-decoration:underline;
	color:#4d4d4d;
}
