@charset 'UTF-8';
body {
text-align: center;
}
#content {position:absolute; top:50%; height:240px; margin-top:-120px; /* negative half of the height */}
.inner
{
        display: table;
        margin: 10px auto;		
}
