html,body
{
    height: 100%;
	font-family: 'Slabo 27px', serif;
	font-size: 27px;
}
body
{
	background-image: url('dscf2054.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

.cent
{  
	position: relative;
	overflow: hidden;
}
.container
{
	text-align: center;
	background-color: #e6e6e6;
	overflow: hidden;
	width: 660px;
	height: 300px;
	margin: auto;
	padding: 40px;
	position: absolute;
	top: -80px; left: 0; bottom: 0; right: 0;
}