@charset "UTF-8";
html, body {
	height: 100%;
	width:100%;
}

body {
	margin: 0 auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;	
}

a { text-decoration: none; }
a:link { color: #b1b1b1; }
a:visited { color: #b1b1b1; }
a:hover { color: #b1b1b1; }



h1{font-size: 1.6em;
	line-height: 1em;
	margin-bottom:2em; margin-top:0; font-weight:normal; padding:0;
	
	}



#div_table {
	height: 100%;
	display: table;
	text-align: center;
	margin: auto;
} 

#div_tablecell {
	display: table-cell;
	vertical-align: middle;
}

#container {
	position: relative;
	text-align: center;
    margin-bottom: 4em;
}

