
html { 
  background: url(../bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {



color: white;

text-decoration: none;

}
a:hover {

color: lightgreen;

text-decoration: none;

}

 
#subtitle {color: yellow; position: absolute; left: 75%; top: 95%; font-family: helvetica; font-weight: bold; font-size: 90%; }


#content { background-color: transparent;  width: 70%; height: 100%; overflow-x: hidden; overflow-y: auto;    left: 30%; top: 0%; position: absolute;}

#btn {position: absolute; left: 80%; top: 0;  color: yellow; background-color: transparent; border: none; }

#items {  overflow: auto; position: absolute; font-size: 24; left: 0%; top: 0%; border: 0%; width: 30%; height: 100%; background-color: transparent;    color: white;}

#title {color: yellow; position: absolute; left: 0; top: 0; font-family: helvetica; font-weight: bold; font-size: 24; width: 25%; height: 25%;}
#subtitle {color: yellow; position: absolute; font-size: 70%; left: 83%; top: 15%; font-family: helvetica; font-weight: bold;}

#canvas { background: transparent;  color: yellow; }

#banner {position: absolute; left: 50%; top: 85%;}

#admin {

	position: absolute; 

	left: 50%;

	top: 50%;

	width: 50%; height: 50%;

	background-color: transparent;

}
