html {
    min-height: 100%;
    background-size: cover;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #060606;
}

body {
	color: #fff;
	text-align: center;
	min-height:100%;
	margin: 8% 10% 0 0;
	position:absolute;
	right: 0;
}

.container {
	width: 618px;
	margin: 0 auto;
}

a, img {border:none;}
