<!--
body {
       marging: 0;
       border: 0;
       padding: 0;
}

#page {
    position: relative;
    width: 738px;
    height: 580px;
    margin: 5px auto;
}

#content {
    position: absolute;
    top: 90px;
    left: 30px;
    width: 400px;
    height: 380px;
    overflow: auto;
}

#menu {
    position: absolute;
    bottom: 20px;
    left: 12px;
    width: 718px;
    height: 65px;
}

#footer {
    position: relative;
    width: 710px;
	 margin: auto;
}

#adres {
    width: 300px;
    margin: 80px auto;
}

-->



