html {
	background: url(https://celebforum.co/images/bg-metal.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	height: 100%;
	margin:0;
}

#wrapper {
	height: 100%;
}

a {color: #fff; text-decoration: none; font-weight: 600;}
a:hover {color: #66758c; text-decoration: underline;}

#header {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 445px;
}

#rules {
	background: rgba(0,0,0,0.5);
	text-align: justify;
	color: #fff;
	font: 16px 'Lucida Sans', Calibri, Arial, Helvetica, sans-serif;
	padding: 30px 50px 50px 50px;
	margin:50px
}

/**
body {
	background: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	color: #66758c;
	font: 13px 'Lucida Sans', Calibri, Arial, Helvetica, sans-serif;
	margin: 20px;
}

a {color: #66758c; text-decoration: none;}
a:hover {color: #66758c; text-decoration: underline;}

#header {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 445px;
}
 */