
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

a img {
	border: none;
}




/* ----------- Layout ------------------------------------------- */

body {
width: 100%;
	font-family: 'Montserrat';
	margin:auto;
	background: #323439;
	background:url(../images/backg.jpg);
	color:#000;
	text-align:center;
}


#container{
/*max-width:1000px;*/

	text-align:center;
	margin:auto;
	background:url(../images/rules.png);
	background-repeat: no-repeat;
	height:1150px;
	width:475px;	
	position:relative;
	
	}



/* ---------------  FOOTER -----*/
#footer {
	position:absolute;
	display: inline-block;
	width:100%;
	bottom:120px;
	left:0;
}
@media only screen and (max-width: 435px){
	#footer  Aimg{width:100%}
}

#footer a{
opacity:0.5;
}

#footer a:hover{
opacity:1;
}


/*--------------- SOCIAL -----------------------*/
.socialbuttons{
float:right;
width:30px;
margin:35px -10px 0;

}
img.social{
	margin:5px;
	opacity:0.5;
	text-decoration:none;
	border: 0;
	box-shadow: 0;
	display: inline;
}



img.social:hover{
	opacity:1;
}

