body,
html {
    margin:0;
    padding:0;
    background:#a7a09a;
    color:#000;
    }
body {
    background-image:url(IngloriousBikers.png); background-repeat:no-repeat; background-position:center center;
    min-width:600px;
    min-height:900px;
    }
#wrap {
    margin:0 auto;
    width:750px;
    height:750px
    }
#dl {
	position: relative;
	top: 450px;
	left: 100px;
	font-family: "Courier New", Courier, monospace; 
	color:#c6b998;
	font-weight:bold;
}

#dl a {
	color: #000;
	background-color:#c6b998;
	text-decoration:none;
}

#dl a:hover {
	background-color:#c8a64f;
}

.info {
font-family: "Courier New", Courier, monospace; 
font-size: 10px;
color: #555;
}

#return {
	position: relative;
	top: 800px;
	left: 230px;
	font-family: "Courier New", Courier, monospace; 
	color:#c6b998;
	font-weight:bold;
}
#return a:hover {
	background-color:#c8a64f;
}
#return a {
	color: #000;
	background-color:#c6b998;
	text-decoration:none;
}
