table
{
	position: absolute; 
	top: 50%; 
	left: 50%;
	margin-top: -260px;
	margin-left: -300px;
	table-align: center;	
}

body,html{
	margin:0;
	padding:0;
	color:#fff;
	overflow:hidden;
	font-family:'Maven Pro',Monaco,sans-serif;
	font-weight:400;
	position:relative;
	background:url(images/beach.jpg) no-repeat center center fixed;
	background-size:cover;
	width:100%;
	height:100%
	}