html {
	background-image:URL("art/background.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: indianred;
}

a:hover {
	color: red;
}

body {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	min-width:1000px;
	max-width:1920px;
	overflow-y:scroll;
	font-family:Tahoma,Arial;
	/*text-shadow: 0 0 5px black;*/
	color: lightblue;
	text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
}

header {
	height:300px;
	background:lightgreen;
	background-image:URL("art/header.png");
	background-position:center;
	background-repeat:no-repeat;
}

nav {
	height:30px;
	background-color:yellow;
}

#wrapper {
	min-height:100vh;
	/*background-color:lightgray;*/
	background: rgba(211, 211, 211, 0.4);
}

#content {
	padding:15px 15px 90px 15px;
	/*background-color:lightgray;
	#background: rgba(211, 211, 211, 0.3);*/
}

footer {
	margin-top:-70px;
	padding:10px;
	height:50px;
	background-color:lightgreen;
	text-align:center;
}

#allefolgen {
	text-align:center;
}

#allefolgen a {
	text-decoration:none;
	color:black;
	margin:0px 2.5px 0px 2.5px;
}

#allefolgen a:hover {
	background-color:black;
	color:white;
}

#gamecover {
	text-align:center;
}

#lastgame img {
	padding:10px;
	margin:10px;
	box-shadow:5px 0px 15px lightgray, -5px 0px 15px lightgray;
}

#lastgame img:hover{
	padding:9px; border:1px solid black;
	/*background-color:white;
	background-image:URL("art/gamescan.gif");*/
	box-shadow:5px 0px 15px gray, -5px 0px 15px gray;
	/*border-radius:30px;*/
}

#gamecover img {
	padding:10px;
	margin:10px;
	box-shadow:5px 0px 15px lightgray, -5px 0px 15px lightgray;
}

#gamecover img:hover{
	padding:9px; border:1px solid black;
	/*background-color:white;
	background-image:URL("art/gamescan.gif");*/
	box-shadow:5px 0px 15px gray, -5px 0px 15px gray;
	/*border-radius:30px;*/
}

#iframevideo {
	text-align:center;
	padding-bottom:15px;
}

#iframevideo iframe {
	box-shadow:5px 0px 15px gray, -5px 0px 15px gray;
	background: rgba(211, 211, 211, 0.4);
}

#lastgame, #gamelist {
	width:auto;
	padding:10px;
	/*background-color:white;*/
	background: rgba(255, 255, 255, 0.6);
	box-shadow:-10px -10px 10px darkgray;
}