body {
    margin : 0;
	background-color:#ffffff;

}

.outer-container {
    position : absolute;
    display: table;
    width: 100%; /* This could be ANY width */
    height: 100%; /* This could be ANY height */
		background-image:url(images/bg.png);
	background-position:center;
	background-repeat:no-repeat;

}

.inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.centered-content {
    display: inline-block;
    text-align: left;
    padding : 20px;
	width:716px;
	height:360px;
}