I want to create an opening page like shown on the picture. On my body i want to place a picture in the center. But i am not able to center the picture vertically. I don't want to use a fixed height because it need to work on any screen.
<body>
<div id="picture>
<a id="link" href="...">Link</a>
</div>
</body>