@import url(layout.css);
@import url(nav.css);
@import url(products.css);

* {
	margin: 0;
	padding: 0;
	}

html, body{
	width: 100%;
	height: 100%;
	}

body {
	background: url(/images/back.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	max-height: 100%;
	}
	
p + p {
	padding-top: 5px;
	}
	
p:last-of-type {
	padding-bottom: 2%;
	}