/* -------------------------------------------------------------------
   COMMON                                                       COMMON
   ------------------------------------------------------------------- */
   
html,body {
	margin:0;
	height:100%;
	background-color: #001f34;
	background-image: url(../assets/backgroundBody.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#fullheight{
	height:100%;
}

/* -------------------------------------------------------------------
   CONTENT                                                     CONTENT
   ------------------------------------------------------------------- */

.mainHolder {
	width:900px;
	font-size: 11px;
}

.sideBarHolder {
	background-image: url(../assets/backgroundBodyTop.jpg);
	background-repeat: repeat-x;
}

.leftSideBar {
	width:100%;
	height:384px;
	background-image: url(../assets/backgroundLeftRepeater.jpg);
	background-repeat: repeat-x;
}.leftSideBarWorldPiece {
	width:100%;
	height:384px;
	background-image: url(../assets/worldPiece1.jpg);
	background-repeat: no-repeat;
	background-position:right;
}
.rightSideBar {
	width:100%;
	height:384px;
	background-image: url(../assets/backgroundRightRepeater.jpg);
	background-repeat: repeat-x;
}.rightSideBarWorldPiece {
	width:100%;
	height:384px;
	background-image: url(../assets/worldPiece3.jpg);
	background-repeat: no-repeat;
	background-position:left;
}