﻿@charset "UTF-8";

#SSD {
    background: url("../images/ssd_1920.jpg") center center no-repeat;
    height: 790px;
}
    #SSD .frame {
    	top: 80px;
    }


@media screen and (max-width: 1366px) {
    #SSD {
        /*background: url("../images/ssd_1366.jpg") center 0 no-repeat;*/
        height: 780px;
    }
        #SSD .frame {
			top: 60px;
        }
}


@media screen and (max-width: 960px) {
    #SSD {
        background: url("../images/ssd_960.jpg") center bottom no-repeat;
        height: 620px;
    }
        #SSD .frame {
			top: 70px;
        }
}


@media screen and (max-width: 640px) {
    #SSD {
        background-image: url("../images/ssd_640.jpg");
        height: 795px;
    }   
        #SSD .frame {
			top: 20px;
        }
}
