@charset "utf-8";
body {
	text-align: right;
	background-color: #000;
	color: #FFFFFF;
}
#Master {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:192px;
	z-index:1;
	background-image: url(images/backgrounds/norpro_header_bg.png);
}
#Content {
	position:absolute;
	left:0px;
	top:192px;
	width:900px;
	height:450px;
	z-index:2;
	color: #FFFFFF;
}
#Footer {
	position:absolute;
	left:0px;
	top:642px;
	width:900px;
	height:192px;
	z-index:3;
	background-image:url(images/backgrounds/norpro_footer_bg.png)
}
#Main_Text_Box #lipsum p {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}
#Norpro Search {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}

