body {
	background: #000000;	
	text-align: center;
}

#main {
	background-image: url(images/bckgrnd.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	height: 560px;	
}

#content {
	background: #000000 url(images/bckgrnd.png) no-repeat center center;
	width: 1000px;
	height: 500px;
	border-radius: 20px;
	box-shadow: 0 0 4px #888;
	margin: 0 auto 0 auto;
	text-align: left !important;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#in-content {
	margin-left: 0%;
}

#platinum-sub, #gold-sub, #goldlife-sub {
	display: none;	
}

.silver {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.platinum {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.gold {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.hand {
	cursor: pointer;	
}