html { height: 100% }

body {
	background: url('../img/squared_metal.png');
    height: 100%;
    margin: 0;
    padding: 0;
}

.indent-p {
    text-indent:30px;
}

#map-canvas {
    width:650px;
    height:400px;
}

.header-pic {
    max-width: 100%;
    max-height: 100%; 
}

.top-space {
    margin-top: 20px;
}

.box {
    margin-left: 20px;
}
/*
ul {
    list-style-type: none;
    list-style:none;
    padding-left:0;
}
*/
