﻿@charset "utf-8";
#goLink {
    display: none;
    position: fixed;
    left: 50%;
    bottom:280px;
    margin-left:550px;
    right: 50px;
    width: 50px;
    height: 117px;
    line-height: 50px;
    text-align: center;
    background:url("../img/car.png") no-repeat center center;
    background-size:100% 100%;
}
#goLink:hover {
    background:url("../img/carhover.png") no-repeat center center;
}