body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e1e8f5;
    background-image:url(../img/page-bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
	background-attachment:fixed;
}

#container{
   position: absolute;
   top: 50%;
   margin-top: -100px;/* half of #content height*/
   left: 0;
   width: 100%;
}
#content {
   width: 450px;
   margin-left: auto;
   margin-right: auto;
   height: 190px;
   padding-top:10px;
   background-image:url(../img/bg.jpg);
   background-position:top center;
   background-repeat:repeat-y;
   border:1px solid #222;
   box-shadow:4px 4px 8px #666;
}

#block {
	padding:0 0 0 105px;
	margin:0 0 15px 0;
}

#block p{
	padding:0;
	margin:0;
}

a{
	color:#60718f;
}

a:hover{
	color:#222;
	text-decoration:none;
}

.qrcode{
	float:right;
	position:relative;
	right:1px;
	bottom:12px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer--list__item{
    display: inline;
    float: right;
    margin-left: 10px;
}

.footer--list__link {
    color: #000000;
}