html {
	overflow-x: hidden;
}

body {
	margin:0;
	padding:0;
	font:13px/10px Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	background-color: #333333;
}

img {
	display:block;
	border:none;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#pagewidth {
	width: 100%;
	height: 100%;
	position: absolute;
}

#header {
	width:890px;
	margin:0 auto;
	position: relative;
	height:60px;
}

#logo {
	position: absolute;
	margin-left:5px;
	width:395px;
	height:27px;
	top:25px;
}

#header ul {
	margin: 0;
	position: absolute;
	top: 35px;
	margin-left: 525px;
	width: 540px;
	height:40px;
	overflow: hidden;
	padding: 0px 0 0px 0px;
	list-style: none;
	font: bold 10px/10px Arial, Verdana, Helvetica, sans-serif;
}

#header ul li {
	float:left;
	padding:0 0px 0 0;
	margin:0 20px 0 0;
}

#header ul li.last {
	margin:0;
	padding:0;
	background:none;
}

#header ul li a {
	color:#666666;
	text-decoration:none;
}

#header ul li.active a,#header ul li a:hover {
	color:#CCCCCC;
}

#main {
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
	background-color:#333333;
}

#footer {
	width:890px;
	margin:0 auto;
	height:45px;
	line-height:45px;
}

#logoHosped {
	position: absolute;
	margin-left:665px;
	width:95px;
	height:40px;
	top:563px;
}

#logoMarc {
	position: absolute;
	margin-left:775px;
	width:95px;
	height:40px;
	top:563px;
}

#footer ul {
	margin: 0;
	position: absolute;
	top: 570px;
	margin-left: 5px;
	overflow: hidden;
	padding: 0px 0 0px 0px;
	list-style: none;
	font: bold 10px/10px Arial, Verdana, Helvetica, sans-serif;
}

#footer ul li {
	float:left;
	padding:0 0px 0 0;
	margin:0 20px 0 0;
}

#footer ul li.last {
	margin:0;
	padding:0;
	background:none;
}

#footer ul li a {
	color:#666666;
	text-decoration:none;
}

#footer ul li.active a,#footer ul li a:hover {
	color:#CCCCCC;
}
