/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	background:url(../bg.jpg) repeat-x top;
}
img {
	border: 0
}
#container {
	margin: 0 auto;
	width: 954px;
	height: 1046px;
	background: url(../screenshot.jpg) no-repeat top;
}
a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	margin: 3px 0 0 0;
}

a.page-options:hover, 
a.page-options:focus {
	color: #ff0; 
}		


.hidden {
	display : none;
}
