// if (screen.width <= '1024') {
   // document.write ('<link href="style1024.css" rel="stylesheet" type="text/css">'); 
// }
// $(function() {
    // if(screen.height<1050) {
        // $('#total').css('background-position', 'center -220px');
jQuery(function($){

// var top=Math.round((screen.height-640)/2);
var top=screen.height-653;
if(top>0){
var margin=top+"px";

//$(".wrapper").css("padding-top",margin);

$(".text").css("margin-top",margin);

}
});


