body {
	background-image: url(background_body.png);
	margin:0;
	padding:0;
}
#container {
	width: 1032px;
	margin: auto;
	margin-top: 24px;
	padding: 10px;
	background-image: url(background_container.png);
	border-radius: 10px;
}
#banner {
	width: 576px;
	height: 96px;
	padding: 2px;
	border: 1px solid #444;
	border-radius: 50%;
	margin:auto;
	margin-bottom: 10px;
	background-image: url(background_content.png);
}
#menu {
	width:auto;
	margin: auto;
	height: 32px;
	padding: 0;
	text-align: center;
}
#menu a, #menu span {
	display: inline-block;
	height: 12px;
	padding: 10px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 12px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(background_content.png);
	color: #444;
}
#menu a {
	text-decoration: none;
	background-image: url(background_menu_dark.png);
}
#menu a:hover {
	background-image: url(background_menu_hover.png);
}
#content {
	width: auto;
	margin: auto;
	padding: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 10px;
	background-image: url(background_content.png);
}
#content h1 {
	font-family: monospace;
	font-size: 24pt;
}
#content a {
	color: #44B;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content {
	font-family: sans-serif;
	font-size: 12pt;
}
#content img {
	vertical-align: middle;
}
#content p.cmd {
	font-family: monospace;
	font-size: 10pt;
	background-color: #C0C0C0;
	border: 1px solid #444;
	padding: 5px;
	border-radius: 6px;
}
#content p.cmd span.line:before {
	content: "$ ";
}
#content p.screenshots a {
	border: 2px solid #444;
	padding: 0;
	margin-bottom: 5px;
	width: 320px;
	height: 240px;
	display:inline-block;
	border-radius: 4px;
}
#content p.screenshots a:hover {
	border-color: #666;
}
#footer p {
	padding: 0;
	margin: 10px;
	margin-bottom: 0;
	text-align: center;
	font-family: serif;
	font-style: italic;
	font-size: 12px;
	color: #CCC;
}
#footer p a {
	color: #FAA;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#lightbox_container {
	position: fixed;
	display: none; /* toggled with javascript */
	overflow: auto;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}
#lightbox {
	width: 0px; /* 800x624 - done with JS for animation */
	height: 0px;
	transition-duration: 0.5s;
	overflow: hidden;
	margin: auto;
	margin-top: 5%;
	border: 2px solid black;
	border-radius: 5px;
	background-color: #fff;
}
#lightbox img {
	border-bottom: 1px solid black;
}
#lightbox p {
	font-family: sans-serif;
	padding-top: 1px;
	padding-left: 5px;
	font-size: 12px;
	margin: 0;
}
