* { margin:0; padding:0; }
p { margin:5px 0 10px 0; }

html 
{
	height: 100%;
}

body
{
	height: 100%;
}

.contain
{
	margin: 0 auto;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #eee;
}


.section_logo
{
	background-image: url(Drum_Synse_Logo_2.0.png);
	background-repeat: no-repeat;
	background-size: 250px;
	width: 100%;
	height: 100%;
	background-position: center;
}