html, body {
    margin: 0;
    padding: 0;
	width:100%;
    height: 100%;
    }

body {
    font: 100% Georgia, serif;
    background-color:#787D80;
    color: #333;
    }

p {
    font-size: 14px;
	line-height: 100%;
    }

h1 {
    color: #006600;
    }

#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    }

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    }

#inner {
    /*border: 1px dashed #F00;*/
    width: 50%;
    margin: 0 auto;
    padding: 0 0;
	}
	
/* \*/
html #content {
    top: 50%;
    left: 0;
    height: 1px;
    }

html #content #inner {
    position: relative;
    top: -50%;
    }
/* */
