*, html {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}

ul.elements {
	float: left;
	width: 100%;
}

.base_container {
	position: relative;
	
	width: 951px;
	height: 624px;
	
	margin: 0 auto;
	
	background-position: left top;
}

#page_container {
	margin: auto;
	
	width: 950px;
	height: auto;
}

#menu {
	float: right;
	
	width: 908px;
	height: 120px;
}

#footer {
	margin: auto;
}

#footer ul.sponsors {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
}

#footer ul.sponsors li {
	float: left;
	display: inline;

	margin: 0 18px 0 0;
	padding: 0;
}	

#footer ul.sponsors li.fazer {
	width: 180px;
	margin: 0;
}

#footer ul.sponsors li.osmo {
	width: 125px;
}

#footer ul.sponsors li.musto {
	width: 159px;
}

#footer ul.sponsors li.holmenkol {
	width: 140px;
}

#footer ul.sponsors li.oakley {
	width: 131px;
}

#footer ul.sponsors li.njk {
	width: 90px;
	margin: 0;	
}





