*{
margin:0;
padding:0;
}

html{
width:100%;
height:100%;
overflow:hidden;
}

body{
width:100%;
height:100%;
overflow:hidden;
background-color: #fff;
}

#mapateka_intro{
overflow:hidden;
width:1000px;
height:600px;
position:absolute;
padding:0;
left:50%;
top:50%;
margin:-300px 0 0 -500px;
}
