* {margin:0;padding:0;} 

html, body {height: 70%;}

#wrap {min-height: 70%;}

#main {overflow:auto;
 padding-top: 300px;}

#footer {position: relative;
	margin-top: -0px; 
	height: 10px;
	clear:both;
    font-size:12px;
}

.btnLog {
-moz-user-select: none;
    background-color: #ebebeb;
    background-image: linear-gradient(to top, #ebebeb, #f2f2f2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 8px 12px;
    text-align: center;
    width: 70%;
}