body{
	background:url('images/bkg.jpg') no-repeat center top;
	position:fixed;
}

#contents{
	width:900px;
	height:650px;
	position:relative;
}

#contents span{
}
a.shop{
	position:absolute;
	display:block;
}
a.shop img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
a.shop span{
	color:#eabe0e;
	font-family:Lucida Grande,Tahoma,Arial,sans-serif;
	font-weight:lighter;
	font-size:12px;
	display:block;
	text-align:center;
	margin-top:5px;
}

/*** intro page ***/
#sss{
	position:absolute;
	top:214px;
	left:514px;
}
#davidmetnicole{
	top:284px;
	left:65px;
}
#dontcome{
	top:284px;
	left:245px;
}
#dobryden{
	top:284px;
	left:329px;
}
#pigeonground{
	top:272px;
	left:484px;
}
#footage{
	top:278px;
	left:659px;
}
#fsx{
	top:273px;
	left:747px;	
}

/*** pages ***/
#contents{
}
#container{
	position:absolute;
	top:120px;
}
#article{
	position:absolute;
	left:420px;
	width:395px;
	height:466px;
	overflow:auto;
	padding-right:20px;
}
#article h1{
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
}
#article p{
	text-align:left;
	color:#fff;
}
#article p.author{
	color:#f8cd47;
	margin-bottom:0px;
}
a.previousstore,a.nextstore{
	position:absolute;
	top:150px;
	height:20px;
	width:5px;
}
a.previousstore{
	left:-28px;	
}
a.nextstore{
	left:880px;
}
