body, html {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	}
	
body {
	background: #1E1E1E;
	}

a:link 	{
	color:#666666;
	text-decoration:none;}
a:visited {
	color:#888888;
	text-decoration:none;}
a:hover {
	color:#FFFFFF;
	text-decoration:none;}
a:active {
	color:#FFFFFF;
	text-decoration:none;}
a.upload {
     position: fixed;
     bottom: 0;
     right: 0;
}

h1 {
	text-align:center;
	color:#666666;
	}
  
.imgframe {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	text-align: center;
	}
	
.img {
	max-height: 100%;
	max-width: 700px;
	}

.teksti {
	color: #666666;
	text-align: center;
	font-weight: normal;
	margin: 2px;
	}

p {
	color:#666666;
	position:absolute;
	left:50%;
	top:100%
	}
	