@charset "utf-8";
#gallery {
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	position: relative;
	height: 600px;
	width: 800px;
}
#nav {
	height: 30px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10 px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding: 8px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
body {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#wrapper {
	height: 770px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 12px;
	background-color: #222;
}
#ssp {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 600px;
	width: 800px;
	bottom: 0px;
	margin-top: 30px;
}
