/* CSS Document */
* {
	padding: 0; margin: 0;	
}
html, body {
	height: 100%;
	
}
body {
	margin: 0;
	padding: 0;
	background: url(../_img/texture_BG_blue.jpg) no-repeat center center;
	display: table; 
   margin: 0 auto;

}
#container {
	height: 100%;
    display: table-cell;   
    vertical-align: middle; 
}
h1 {
	width: 548px;
	height: 116px;
	background: url(../_img/text.png) no-repeat;
	text-indent: -6700px;

}