body {
	color: #fff;
	background: #000 url(lightHdr.png) repeat-x left top;
	margin: 0;
	padding: 0;
	width: 100%;
}

.hdr {
	height: 200px;
}

.container {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.prevue {
	width: 330px;
	height: 600px;
	float: left;
}

.description {
	margin-left: 350px;
}

.small {
	font-size: small;
}

.footer {
	text-align: center;
	height: 100px;
}