body {
	background-color: #000000;
	background-image: url("imagesHTML/backStripe.bmp");
	background-repeat: repeat-x;
	
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.frameObject {
	width: 780px;
	height: 520px;
	/*border-style: solid;*/
	/*border-width: 1px;*/
	/*border-color: #7f7f7f;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: -260px;
}

.frameTop {
	width: 780px;
	height: 47px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: -307px;
	background: url("imagesHTML/frameDragonTop.png");
	background-position: center;
	background-repeat: no-repeat;
}

.frameBottom {
	width: 780px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: 260px;
	background: url("imagesHTML/frameDragonBottom.png");
	background-position: center;
	background-repeat: no-repeat;
}

.frameLeft {
	width: 72px;
	height: 524px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -462px;
	margin-top: -262px;
	background: url("imagesHTML/frameDragonLeft.png");
	background-position: center;
	background-repeat: no-repeat;
}

.frameRight {
	width: 78px;
	height: 524px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 390px;
	margin-top: -262px;
	background: url("imagesHTML/frameDragonRight.png");
	background-position: center;
	background-repeat: no-repeat;
}

/* Index specific rules */

.loghetti {
   width: 236px;
	height: 50px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -118px;
}

.stampFirefox {
	width: 118px;
	height: 50px;
	float: left;
}

.stampFlashPlayer {
	width: 118px;
	height: 50px;
	float: right;
}

.stampFirefox a {
	display: block;
	width: 118px;
	height: 50px;
	text-decoration: none;
	background: url("imagesHTML/getFirefox.png");
	background-position: center;
	background-repeat: no-repeat;
}

.stampFlashPlayer a {
	display: block;
	width: 118px;
	height: 50px;
	text-decoration: none;
	background: url("imagesHTML/getFlashPlayer.png");
	background-position: center;
	background-repeat: no-repeat;
}

/* Holder specific rules */

.bootPopup {
	margin: 15px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
}

.imagePopup {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}