#header {
	height: 100px;
	width: 800px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#menu {
	height: 300px;
	width: 150px;
	left: 0px;
	top: 110px;
	position: absolute;
	font-family: "Swis721 LtCn BT";
	color: #000000;
}
#flash {
	height: 300px;
	width: 640px;
	left: 160px;
	top: 110px;
	position: absolute;
}
#products {
	position: absolute;
	height: 260px;
	width: 260px;
	left: 0px;
	top: 420px;
}
#source {
	height: 260px;
	width: 260px;
	left: 270px;
	top: 420px;
	position: absolute;
}
#service {
	position: absolute;
	height: 260px;
	width: 260px;
	left: 540px;
	top: 420px;
}
#footer {
	height: 100px;
	width: 800px;
	left: 0px;
	top: 690px;
	position: absolute;
	font-family: "Swis721 LtCn BT";
	color: #666666;
}
body {
	text-align: center;
}
#master {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	height: 40px;
}

