.container {
	/* background: #bbb; */
    position: absolute;
    left: 50%;
    top: 50%;
    /* text-align: center; */
    width:366px;
    height:320px;
    margin-left: -183px;
    margin-top: -160px;
}


.footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
}

.copyright {
	position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    height: 30px;
    text-align: center;
}
