
html, body
{
    background: #555555;
    font-family: arial,sans-serif;
    font-size: 14px;
    color: #ffffff;
    height: 100%;
    margin:20;
    padding:20;
}

a:link,a:visited {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    }

a:hover {
    text-decoration: none;
    color: #dddddd;
    font-size: 15px;
}


#footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
	background: #000000;
	height: 30px;	
}


.footertext {
 position: relative;
 font-size: 14px;
 top:10px;
 color: #aaaaaa;
}	

.centered {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topleft {
    position: absolute;
    top:  100px;
    left: 100px;
    transform: translate(-50%, -50%);
}


.putright {
 	position:relative;
  top: 15px;
	float: right;
	margin-right:20px;
}	