Olá amiguinhos, estou quebrando a cabeça com o html e com o css, tenho um calendário grande, e não estou conseguindo colocar ele no meio da tela,
entre o logo e o rodapé, ja tentei tudo, e sempre o rodapé fica acima rs rs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name='gwt:module' content='org.yournamehere.Main=org.yournamehere.Main'/>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
<h1><a href="#">Sistema</a></h1>
</div>
</div>
<div id="menu">
<ul>
<li><a href="index.html">Inicio</a></li>
<li class="current_page_item"><a href="#agendamento.html">Agenda</a></li>
<li><a href="a.html">Cliente</a></li>
<li><a href="b.html">Funcionario</a></li>
</ul>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<div style="clear: both;"> </div>
<img src="p.png"/>
<script src="http://www.google.com/jsapi?key=ABQIAAAA3EOirlH7z7XYgtOH9YDErRQ6_UIOfPGHgVRITLRv-xRWPpAwvxQRmJALZiKCck5hlCIsDmb5MH1AmA" type="text/javascript"></script>
<script type="text/javascript" src="org.yournamehere.Main/org.yournamehere.Main.nocache.js"></script>
</div>
<div style="clear: both;"> </div>
</div>
</div>
</div>
</div>
<div id="footer">
<p>Copyright (c) 2011 Mariana Vecci. All rights reserved.</p>
</div>
</body>
</html>
Obrigadaa!