*{padding:0px;margin:0px;}
body{
	font-family:"Helvetica", Arial, "sans serif";
	background:#e6e6e6 url(images/background.gif);
}
div#content {
	width:800px;
	margin:50px auto;
	text-align:center;
	border:2px solid #ccc;
	padding:10px;
	background:#fff;
}
div#header {
	height:90px;
	padding:0 0 5px 0;
	border-bottom:1px dashed #ccc;
}
h1{
	font-size:18px;
	font-weight:normal;
	margin:10px 0 10px 0;
}
p{
	font-size:12px;
}
img {
	border:none;
}
.logo {
	float:left;
	clear:both;
}
.product {
	width:265px;
	float:left;
	border-right:1px dashed #ccc;
}
.border {
	border-right:none;
}
div#footer{
	font-size:9px;
	padding-top:5px;
	color:#000;
}
#footer a, #footer a:visited {
	background:#fff;
	border:none;
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}

