#site_wrapper{
    justify-content: center;
    align-items: flex-start;
	height:auto;
}
#background .green{
	width:100%;	
}
#site_wrapper .main_content{
    padding-right: 0px;
    text-align: center;
    justify-content: center;	
    width: 100%;
    height: auto;
    padding-top: 140px;
}
#site_wrapper .main_content .world{
    height: 290px;
    width: 100%;
    background-position: center;
    background-color: #051a36;
    /* padding-top: 30px; */
    position: relative;
    border-top: solid 20px #051a36;
    border-bottom: solid 20px #051a36;
}

#site_wrapper .main_content a{
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 40px);	
}

#site_wrapper .main_content .icon{
    top: unset;
    right: unset;	
}

#site_wrapper .main_content a:hover + .icon{
	transform:translate(-7px,7px);	
}
#site_wrapper .main_content .icon.aus{
    top: unset;
    right: unset;
    bottom: 70px;
    left: calc(50% + 183px);
}
#site_wrapper .main_content .icon.nz{
    top: unset;
    right: unset;
    bottom: 50px;
    left: calc(50% + 244px);
}
#site_wrapper .main_content .icon.india{
    top: unset;
    right: unset;
    bottom: 160px;
    left: calc(50% + 81px);
}
#site_wrapper .main_content .icon.usa{
    top: unset;
    right: unset;
	bottom: 177px;
    left: calc(50% + -174px);
}

#copyline{
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: unset;
    width: 100%;
    background-color: #ededed;
    color: #051a36;
    padding: 20px;
    width: calc(100% - 40px);
}