/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
	
}
/*Main Container*/
.container {
	width:840px;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
 background-image: url(http://www.coinshop.com/help/images/back.png); background-repeat: no-repeat; background-position:center;
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 550px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
}

