
.footer {
    font-size: 12px;
    text-align: center;

    width: 100%;
    position: absolute;
    bottom: 0px;

    margin:0px;
}

body {
	height: 100%;
	min-height: 100%;
	height: auto;

	position: relative;
}

.code{
    background:rgba(221,221,221,0.5);
    font-family:Helvetica;
    color:#079500;
    font-size:26px;
    border:0;
    padding:2px;
    letter-spacing:10px;
    font-weight:bold;
    float:left;
    cursor:pointer;
    width:130px;
    height:45px;
    line-height:40px;
    text-align:center;
    vertical-align:middle;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 10px;
}

.close {
    margin: 10px;
}

