body {
	background-image: url('img/back.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: black;
}

div.main {
	background-color: rgba(0,0,0,0.4);
	padding: 10px 5px;
	height: 600px;
	left: 10%;
	top: 100px;
	width: 75%;
	position: relative;
	color: white;
}

div.menu, div.content {
	margin-top: 40px;
}

ul.menu {
	list-style-type: lower-roman;
}

a,a:hover {
	color: white;
}