Hello this is my code and I cannot figure out, why my map wont move to the desired location in the in the middle
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
<title>Untitled Document</title>
<style type=“text/css”>
html, body {height:100%;margin:0;padding:0;}
body {
background:#fff;
color:#000;
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
background-image:url(‘backgtround2.jpg’);
background-repeat: no-repeat;
background-position:50% 0px;
background-color:#969696;
</style>
</head>
<body>
<div id=“iframe”>
</br>
<iframe width=“300” height=“300” frameborder=“0” scrolling=“no” marginheight=“1” marginwidth=“0” src=“http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Cv10+7xx&aq=&sll=51.510538,-0.595041&sspn=0.182691,0.528374&ie=UTF8&hq=&hnear=CV10,+United+Kingdom&t=m&ll=52.532827,-1.519203&spn=0.031327,0.051498&z=13&iwloc=A&output=embed”></iframe>
</div>
</body>
</html>