* { margin: 0; padding: 0; border: 0; outline: 0; }

html { height: 100%; overflow : auto;}

body {
	background:#000;
	width: 100%;
	height:100%;
	font-size:100%;
	line-height:1.5em;
	color:#fff;
	margin: 0px;
}

#container{
	width:100%;
	margin:0 auto;
}

h1,h2,h3{
	text-indent:-9999;
	position:absolute;
}

.imgMax{
	width:100%;
	text-align:center;
	line-height:0;
}

.lineBlack{
	background-color:#000000;
	width:100%;
	height:1px;
	line-height:0;
}


/*

footer

*/

#footer{
	background-color:#3b4853;
	width:100%;
	padding:15px 0 40px;
}

#copyright{
	background:url(../images/copyright.png) no-repeat;
	background-size:cover;
	width:168px;
	height:8px;
	margin:0 auto;
}