/* http://www.menucool.com */

html, body {
height: 100%; /* IE düzeltmesi */
}
#tamorta{
width: 300px;
height: 70px;
text-align: center;
border: 0px solid #000;
background-color: white;
color: #fff;
position: absolute;
left: 40%;
top: 40%;
margin-left: -50px;
/* 100 pixel olan div genişliğinin yarısı */
margin-top: -50px;
/* 100 pixel olan div yüksekliğinin yarısı */
}