﻿#container {
    width:90px;
    height:71px;
    position:relative;
 }
#main {
    position:absolute;
    width:90px;
    height:71px;
    z-index:0;
 }
#minor {
    position:absolute;
    width:90px;
    height:71px;
    z-index:1;
 }