﻿@charset "UTF-8";

#Design {
    background: url("../images/design_1920.jpg") center bottom no-repeat;
    height: 830px;
}
    #Design .frame {
    	top: 50px;
    }


@media screen and (max-width: 1366px) {
    #Design {
        background: url("../images/design_1366.jpg") center bottom no-repeat;
        height: 645px;
    }
        #Design .frame {
			top: 60px;
        }
}


@media screen and (max-width: 960px) {
    #Design {
        background: url("../images/design_960.jpg") center bottom no-repeat;
        height: 560px;
    }
        #Design .frame {
			top: 60px;
        }
}


@media screen and (max-width: 640px) {
    #Design {
        background: url("../images/design_640.jpg") center bottom no-repeat;
        height: 510px;
    }   
        #Design .frame {
			top: 35px;
        }
}
