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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
a img {
    border: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
html {
}
body {
    font-size: 14px;
    line-height: 1.4em;
}

.imgContain img{
    max-width:600px;
    height: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -174px;
    left: 115px;
    z-index: 2;
}
.bgshichka {
  background-image: url(./bg.jpg);
  position:absolute;
  width: 100%;
  height:100%;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
}
#signinHold{
    top: 40%;
    left: 50%;
    margin-top:;
    position: absolute;
    margin-top: 70px;
    margin-left: -370px;
}
.signin-options {
    text-align: center;
    margin-top: 26px;
    font-size: 11px;
    color: #888;
}
.signin-options a{
    margin:0 5px;
    color: #666;
    font-weight: 600;
}
.signin-options a:hover{
    color: #333;
}
/***------ @FOOTER ------***/

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 31px;
    clear:both;
    background-color: #666;
    width: 100%;
    padding: 0px 18px;
    background: #252525;
    background: -moz-linear-gradient(top, #333, #222);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222));
    border: 1px solid #555;
    border-bottom: none;
    border-left: none;
    -webkit-box-shadow: 0px -1px 0px #333, 0px -1px 4px #333, inset 0 -2px 1px #111;
    -moz-box-shadow: 0px -1px 0px #333, 0px -1px 4px #333, inset 0 -2px 1px #111;
    box-shadow: 0px -1px 0px #333, 0px -1px 4px #333, inset 0 -2px 1px #111;
}
#footer span{
    font-size: 10px;
    position: absolute; right: 50px; top: 5px;
    text-shadow: 0 1px 1px #111;
    font-family: arial, sans-serif;
    color: #999;
}
 #footer p{
 	text-align: center;	
 	font-size: 10px;
    position: relative; top: -22px;
    text-shadow: 0 1px 1px #111;
    font-family: arial, sans-serif;
    color: #888;
 }
 #footer a:hover{
 	cursor: pointer;
 	color: #ccc;	
 }