body {
	background: #000000;
	color: #ffffff;
	}
div.header {
	border-bottom : 3px solid #003366;
	height: 100px;
	}
div.header div.offsitelinks {
	top: 30px;
	}
div.offsitelinks {
	right: 30px;
	}
div.shoplink {
	left: 30px;
	line-height: 125%;
	top: 30px;
	width: auto;
	z-index: 2;
	}
div.shoplink a:link, div.shoplink a:active, div.shoplink a:hover, div.shoplink a:visited {
	color: #99ffcc;
	}
div.content {
	margin-right: 0px;
	position: absolute;
		left: 0px;
		top: 160px;
	text-align: center;
	width: 100%;
	}
div.footer {
	border-top : 1px solid #336699;
	height: 60px;
	}
div.footer p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	text-align: center;
	width: 100%;
	}

/* ---------- PHONES ---------- */
@media only screen and (max-width: 600px) {
	div.shoplink {
		display: initial;
		left: 15px;
		}
	div.offsitelinks {
		display: initial;
		right: 15px;
		}
}
/* ---------- TABLETS ---------- */
@media only screen and (min-width: 600px) {
	div.footer p a {
		padding-left: 5%;
		padding-right: 5%;
		}
}
/* ---------- DESKTOPS: - 1 column ---------- */
@media only screen and (min-width: 768px) {
	div.footer p a {
		font-size: larger;
		}
}
/* ---------- DESKTOPS: - 2 columns ---------- */
@media only screen and (min-width: 1100px) {
}
