* {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 100%;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 10px/1.6em Arial, Verdana, "Lucida Grande", Arial, sans-serif;
	color: black;
}

a:link img, a:visited img {
	border: none;
	padding: 0 0;
}

/* temp site */

.temp {
	background: black url(/stripe.gif) repeat-x center center;
}

.temp #padding {
	width: 1px;
	height: 50%;
	background: transparent;
	margin-bottom: -300px;
	/* half of container's height */
	float: left;
}

.temp #container {
	margin: 0 auto;
	position: relative;
	/* puts container in front of distance */
	text-align: left;
	width: 100%;
	height: 550px;
	background: black url(/highlandoptical.gif) no-repeat center center;
	clear: left;
}

#container div {
	display: none;
}