body {
	color: #fff;
	background-color: #000;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

.lmenu {
	position: fixed;
	top: 144px;
}

.lmenu ul {
	list-style: none;
	padding: 0px;
}

.lmenu ul a img {
	border: none;
}

.logo_container {
	position: fixed;
}

.content {
	position: absolute;
	left: 250px;
	width: 520px;
}

.form_elt {
	margin: 10px;
}

.form_elt label {
	width: 400px;
}
