* {
	margin: 0;
	padding: 0;
}

html, body {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height:20px;
	height: 100%;
}

a {
	text-decoration:none;
	color:#0074FF;
}


a:hover {
	text-decoration:underline;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

#header {
	margin-top: 15px;
}

#philips {
	float: left;
	margin: 5px 0 0 37px;
}

#norelco {
	float: right;
	text-align: right;
	margin-right: 18px;
}

#norelco a {
	color:#999;
}


#norelco a:hover {
	text-decoration:none;
	color:#0074FF;
}

#swf {
	clear: both;
}

#footer {
	padding: 0 240px 20px 290px;
}