﻿@import url("layout.css");
@import url("CSS - Products.css");
body {
	font-family: Verdana, Arial, Segoe UI, Incised901 BT, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	width: 780px;
	top: 0px;
	right: auto;
	bottom: 0px;
	left: auto;
}
#container {
	width: 800px;
	background-image: url('../images/msfp_smbus2_01_800.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#masthead {
	width: 780px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #FFFFFF;
	height: 119px;
}
#content {
	width: 760px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	color: rgb(50,50,50);
	top: 0px;
	bottom: 0px;
	right: auto;
	left: auto;
	padding-top: 10px;
	text-align: left;
	background-color: #FFFFFF;
}
#footer {
	font: 100% Verdana;
	padding: 0;
	right: auto;
	left: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: rgb(220,220,220);
	border-bottom: 1px rgb(175,175,175) solid;
	border-top: 1px rgb(175,175,175) solid;
	clear: both;
	width: 780px;
	overflow: hidden;
	height: 65px;
}
#masthead img {
	float: left;
}
