@import '/style.css';
html, section#buttons{
	background-color: #1e150f;
	background-image: url('dirt_bright.gif');
}
body{
	background-color: #0f0b09;
	background-image: url('dirt_dark.gif');
	color: white;
}
div#selected{
	width: 20em;
	max-width: 90%;
	line-height: 1.1;
	height: 3.3em;
	margin: auto;
	padding: 4px;
	border: 2px solid #808080;
	background-color: black;
}
div#selected img{
	height: 90%;
	float: left;
	margin-right: 4px;
}
main{
	width: 60em;
	max-width: 90%;
	margin: auto;
	color: #EEEEEE;
}
header{
	height: 44px;
	margin-top: 66px;
	background-image: url('header.gif');
}
footer{
	height: 20px;
	background-image: url('footer.gif');
}
section#buttons{
	padding-top: 16px;
}
a.button{
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0px auto;
	width: 20em;
	max-width: 90%;
	padding: 0.4em 1em;
	outline: 2px solid black;
	color: white;
	background-color: #6f6f6f;
	background-image: url('button_off.png');
	border-left: 2px solid #ababab;
	border-top: 2px solid #ababab;
	border-bottom: 4px solid rgba(0, 0, 0, 0.5);
	border-right: 4px solid rgba(0, 0, 0, 0.5);
}
a.button:hover, a.button:active{
	color: #ffffa0;
	background-color: #7e88bf;
	background-image: url('button_on.png');
	border-left: 2px solid #bfc8ff;
	border-top: 2px solid #bfc8ff;
	border-bottom: 4px solid rgba(0, 0, 43, 0.52);
	border-right: 4px solid rgba(0, 0, 43, 0.52);
}
