* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

#page {
	width: 959px;
	margin: auto;
	position: relative;
}

#top {
	margin-bottom: 20px;
}

#searchbox {
	margin-left: 45px;
	float: left;
	height: 37em;
}

#deals {
	float: right;
	width: 400px;
	background: #FDFFEF;
	border: 2px solid #E0E9B3;
	color: #666;
	padding: 10px;
	height: 37em;
}

h2 {
	color: #A2BF17;
	font-weight: bold;
	font: 25px "Trebuchet MS";
	margin-bottom: 16px;
}

h3 {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS";
	margin-bottom: 16px;
	text-transform: uppercase;
}

#deals ul {
	list-style: none;
	padding: 0 25px;
}

#deals li {
	margin: 16px 0;
	position: relative;
}

#deals li p {
	margin-right: 80px;
}

#deals li span {
	color: #999;
	font-size: 10px;
}

#deals li a {
	position: absolute;
	top: 0;
	right: 0;
}

#footer {
	text-align: center;
	margin: 50px 0 20px;
}

#footer a {
	padding-left: 3em;
	background-repeat: no-repeat;
	margin: 0 1em;
	background-position: 1em 55%;
}

#footer a.fr {
	background-image:url(images/flag_fr.png);
}

#footer a.com {
	background-image:url(images/flag_com.png);
}


