
html, body {
	margin: 0;
	padding : 0;
		font-family: 'Muli', Geneva, sans-serif; 
        font-size: 13px;
	height: 100%;	
}

.text-link {
	vertical-align: middle; 
	font-size: 16px;
}

.message {
	font-size: 15px;
	color : #555;
}

.little-text {
		font-size: 12px;
}

h1 {
    /* font-family: 'Ruthie', cursive; */
    font-family: 'Arial';
    font-size : 20px;
}

#mainpage {
width: 100%; height: 100%; top: 0; left: 0;
background: url(../img/background.jpg) no-repeat center top; position: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
}