/* ============================= body ====================== */
html {
	border: 0px currentColor;
}

body {
	margin: 0px;
	padding:0px;

}

img {
	border: currentColor;
}

::selection{background-color: #00adef;}
::-moz-selection{background-color: #00adef;}

/* ============================= container ====================== */

.container {
	width:100%;
	height:auto;
	margin:0px auto;
}

.container-main {
	width:100%;
	height:500px;
	margin:0px auto;
	background-image: url(../images/underconstruction.jpg);
    background-repeat: no-repeat;
	background-position:center center;
	margin-top: 80px;
}


.footer{
    width: 100%;
    height: 58px;
    margin: 0px auto;
    background-color: #aeb6ba;
    position: fixed;
    bottom: 0px;
    font-family: arial;
    font-size: 12px;
    text-align: center;
    color: #505050;
    line-height: 20px;
}

.footer h1{
    font-family: arial;
    font-size: 12px;
    text-align: center;
    color: #505050;
    line-height: 20px;
}

.footer h1 a{
	color:#505050;
	text-decoration:none;
}

.footer h1 a:hover{
	color:#ffa801;
	transition: all 0.6s ease-in-out 0s;
}
