/* Global style */
body {
	background-color: rgb(0, 0, 0);
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana, sans-serif";
	font-size: 11px;
	color: #444141;
}

#header {
	width: 100%;
	height: 170px;
	overflow:hidden;
	margin: 0;
}

#header h1{
	position: relative;
	top: -200px;
	overflow:hidden;
	width: 1px;
	height:1px;
}

#body {
	margin: 0;
	height: 300px;

}

#content {
	position: relative;
	width: 640px;
	margin: auto;
}

#page {
	position: absolute;
	width: 420px;
	padding-left: 15px;
	padding-right: 15px;
	height: 423px;
	padding-top: 15px;
	top: -30px;
	left: 190px;

}

#page a{
	color: #444141;
	font-weight: bold;

}

#page a:hover{
	text-decoration: none;
}

#menu {
	text-align: right;
	width: 175px;
	padding-top: 12px;
	line-height: 20px;
	font-size: 12px;
}

#menu ul{
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

#menu a {
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0em;
}

a.store_button {
	display: block;
	position: absolute;
	width: 162px;
	height: 45px;
	top: 448px;
	right: 0px;
	overflow: hidden;
}

.hidden_text{
	display: block;
	position: relative;
	width: 1px;
	height: 1px;
	overflow: hidden;
	top: -50px;
}

#copyright{
	position: absolute;
	top: 446px;
	left: 0px;
}

#copyright a{
	color: #444141;
	font-weight: normal;
	text-decoration: underline;
}

#copyright a:hover{
	text-decoration: none;
}

.spacer {
	clear: both;
}

/* GALLERY */
#gallery img{
	border: none;
}

#gallery a{
	outline:0;
}

#gallery_thumbnails{
	width: 80px;
	float: left;
	margin-right: 25px;
	line-height: 45px;
}

#gallery_big_photo{
	width: 276px;
	height: 414px;
	float: left;
	background-color: #AAAAAA;
	opacity: 0.5;
	text-align: center;
	vertical-align: middle;
}

.download_button {
	position: absolute;
	width: 235px;
	height: 235px;
	
	border: 0;
	
	left: 50%;
	margin-left: -117px;
	
	top: 50%;
	margin-top: -120px;
}