 .body {
	  
	  background-image: url('../img/background.svg'); /* The image used */
	  background-repeat: no-repeat; /* Do not repeat the image */
	  background-attachment: fixed;
	  background-position: bottom; 
	  background-size: 100% 100%;
	  background-size: cover;

}

.logo { 

	position:relative; 
	width: 30%; 
	margin: auto; 
	padding: 10px;
}

.logotext
{
	background-color:#F2AF03;
	border-radius: 100px;
	position:relative;
	margin: auto; 
	padding: 10px;
	width:10%;
	min-width:350px;
	text-align:center;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color:white;
	display:none;
	left:15px;
	height:30px;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table
}
#content {
	position:relative;
	top:-100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}