body {
	background-image: url(wallhaven.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}

a {
	color: white;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-decoration: none;
}

	a:hover {
		color: white;
		font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
		text-decoration: none;
	}

.layer {
	float: left;
	opacity: 0.5;
	background-color: black;
	border: dashed 2px black;
	width: 300px;
	margin-left: 20px;
	margin-top: 20px;
	border-radius: 5px;
}

	.layer table {
		width: 100%;
	}

	.layer td {
		padding: 5px;
		margin: 0px;
	}

.layerTitle {
	border-bottom: solid 1px white;
}