html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html,body {
font: normal 62.5% Arial, Helvetica, sans-serif;
height:100%;
width:100%;
background-color:#444;
}
div#global{
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
}
div#header{
width:990px;
margin:30px auto 30px auto;
position:relative;
height:400px;
}
div#infodemo{
position:absolute;
left:0;
width:323px;
}
div#mapdemo{
width:647px;
position:absolute;
right:0;
}
div#listdemo{
width:990px;
margin:20px auto 20px auto;
padding-bottom:20px;
}
#listdemo h2{
font-size:20px;
color:#fff;
margin:40px 0 5px 0;
text-align:center;
text-transform:uppercase;
}
div.wborder{
border:solid 2px #757575;
}