html, body {
	background: #121212;
	font-family: Arial, Sans-Serif;
	font-size: small;
	margin: 0; 
	padding: 0; 
	height: 100%;
	background-color: #c6dfc8;
	background-image: url('background.png');
	background-repeat: repeat-x;
	background-position: 0px 92px;
}

.header {
	background: #ffffff;
	height: 113px;
}

.logo {
	position: relative;
	left: 17px;
	top: 12px;
}

.mainbody {
	padding: 0px;
	text-align: center;
	width: 100%;
}

.maincontent {
	width: 769px;
	margin: auto;
	position: relative;
}

.buttons {
	height: 38px;
}

.topframe {
	height: 37px;
	background-image: url('topframebg.png');
}

.middleframe {
	background-image: url('framebg.png');
	height: 250px;
	text-align: justify;
	padding: 0px 30px 10px 30px;
}

.middleframefree {
	background-image: url('framebg.png');
	text-align: justify;
	padding: 0px 30px 10px 30px;
	float: left;
	width: 709px;
}

.shortmiddleframeA {
	background-image: url('shortframebg.png');
	height: 240px;
	width: 357px;
	text-align: left;
	padding: 0px 10px 10px 20px;
	float: left;
}

.shortmiddleframeB {
	background-image: url('shorterframebg.png');
	height: 240px;
	width: 332px;
	text-align: left;
	float: left;
	padding: 0px 10px 10px 20px;
}

.shortframeseparator {
	width: 20px;
	height: 250px;
	float: left;
}

.bottomframe {
	height: 55px;
	background-image: url('botframebg.png');
	float: left;
	width: 769px;
}

.splitbottomframe {
	height: 52px;
	background-image: url('splitbotframebg.png');
	float: left;
	width: 769px;
}

.splitbottomframecont {
	height: 52px;
	background-image: url('splitbotframebgcont.png');
	float: left;
	width: 769px;
}

.bottomframesplit {
	height: 52px;
	background-image: url('botframebgsplit.png');
}



.bottom {
	float: left;
	width: 100%;
	height: 40px;
	border-top: 1px solid #000000;
	padding-top: 10px;
	bottom:0;
	z-index:10;
	text-align: center;
}

.wrapper {
	margin: 0px auto;
}

.bigicon {
	width: 220px;
	float: left;
	text-align: center;
	padding-top: 50px;
	margin-right: 10px;
}

h1 {
	margin: 0px;
	color: #0B2FB2;
	font-family: Lucida, Times new roman, verdana;
	font-size: 36px;
}

h2 {
	margin: 0px;
	color: #102C91;
	font-family: Lucida, Times new roman, verdana;
	font-size: 26px;
}

.textContent {
	font-family: Verdana, Arial, Times new roman;
	font-size: 14px;
	color: #555C87;
}

a {
	text-decoration: none;
	color: #929292;
}

a:hover {
	text-decoration: underline;
	color: inherit;
}

a:visited {
	text-decoration: underline;
	color: inherit;
}

p {
	font-family: Verdana, Arial, Times new roman;
	font-size: 14px;
	color: #454A6E;
}

#diceHolder {
	float: left;
	width: 50px;
}

.indDice {
	background: url('dices/white_small.png');
	width: 32px;
	height: 32px;
	margin: 2px;
	float: left;
}

.indDiceGreen {
	background: url('dices/green_small.png');
	width: 32px;
	height: 32px;
	margin: 2px;
	float: left;
	text-align: center;
	font-weight: bold;
}

.underLinedInput {
	border: 0px;
	border-bottom: 1px dashed #929292;
}

.smallMagazine {
	float: left;
	margin: 3px;
}