/* CSS Document */

body { 
	text-align:center; 
}

#outercontainer{
	position:relative;
	margin: 0 auto;
	width:634px;
	height:600px;
	z-index:1;
} 

#bgimage{
	position:relative;
	width:708px;
	height:508px;
	z-index:1;
	background-image: url(images/background.jpg);
	layer-background-image: url(images/background.jpg);
	border: 1px none #000000;
	text-align:center; 
}			

#menu{
	position:absolute;
	width:700px;
	height:55px;
	z-index:1;
	top: 479px;
	left: 3px;
}

#news{
	position:absolute;
	width:196px;
	height:370px;
	z-index:3;
	left: 497px;
	top: 75px;
	layer-background-color: #E4F6F3;
	border: 1px none #000000;
	overflow: auto;
	background-color: E4f6f3;
}

#thumbs{
	position:absolute;
	width:153px;
	height:164px;
	z-index:2;
	left: 23px;
	top: 262px;

}

#shoplayer{
	position:absolute;
	width:127px;
	height:370px;
	z-index:2;
	left: 22px;
	top: 84px;
	background-color: #FFFFFF;
	layer-background-color: #E4F6F3;
	overflow: scroll;
	visibility: hidden;

}
