window.onload=function(){
if(document.documentElement.clientHeight > 540){
document.getElementById('wrapper').style.top = "50%"; document.getElementById('wrapper').style.marginTop = "-265px";
}
}