* {
	margin: 0;
	}

body {
	color: #5B3C1D;
	background-color:#5B3C1D;
	background-image:url(img/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Arial,sans-serif;
	text-align: center;
	font-size: 12px;
	}

#normal {
	width: 500px;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #5A3D1C;
	}

p {
	text-align: justify;
	margin:2 0;
	padding:0;
	}

table {
	table-layout:fixed;
	border-collapse:collapse;
	}

td {
    border-width: 0px 0px 1px 0px;
    border-color: gray;
    border-style: solid;
    font-size: 12px;
    padding: 2px 0px;
    margin: 0px;
    }

a {
    color: #5A3D1C;
    text-decoration: none;
    }

a:hover {
	color: #b59672;
	}

h1 {
	text-align: left;
	color: #5B3C1D;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0;
	}

div.release {
    position: relative;
    width: 160px;
    height: 160px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    }

a h2 {
	position: absolute;
    margin: 0;
	top: 10px;
	left: 10px;
	text-align: center;
	background-color: white;
	font-size: 11px;
	font-weight: 900;
	padding: 2px 4px;
	visibility: hidden;
	max-width: 125px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	}

a:hover h2 {
	visibility: visible;
	color: #5B3C1D;
	}

a img {
	padding: 2px;
	border-width: 1px;
    border-color: #5B3C1D;
    border-style: solid;
	}

a:hover img {
	border-color: #b59672;
	}

small {
	font-size: 10px;
	}

input {
	border-width: 1px;
	border-style: solid;
	border-color: #5B3C1D;
	color: black;
	background-color: white;
	}

.button {
	background-color:#5B3C1D;
	color: white;
	border-width: 1px;
	}