@import url(fonts.css);
@import url(navigation.css);
@import url(news.css);
@import url(images.css);
@import url(forms.css);
@import url(search.css);
@import url(extra.css);
@import url(enquete.css);

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
body {
	background: url('../img/bg.png') repeat-x;
}

.clear {
	height: 0;
	clear: both;
}
.dummy {
	display: none;
}

#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	overflow: hidden;
}

#body {
	padding-top: 20px;
	overflow: hidden;
}

#left {
	width: 640px;
	float: left;
	position: relative;
	padding-bottom: 60px;
}

#right {
	width: 300px;
	padding-left: 20px;
	float: left;
}

#footer {
	width: 600px;
	position: absolute;
	bottom: 30px;
	right: 340px;
	color: #999;
}

#footer p {
	float: left;
}

#footer #credits {
	float: right;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
