html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	padding: 0px; 
	margin: 0px; 
}
 
html>body {
	height: auto;
}
 
* html, body {
	overflow: auto;
}

body {
	border: 0;
	background-color: #000000;
	  
	color: #af2100;
	font-family: Verdana;
	font-size: 13px;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #af2100;
	font-size: 1em;
	font-weight: bold;
}
a:link, a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }

.mainHolder, .mainGreen, .mainWhite, .mainBlack, .mainBlue, .mainRed {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 804px;
	  
	background-image: url(images/perkament.jpg);
	background-repeat: no-repeat;
}
.mainGreen { background-image: url(images/perkament_green.jpg); }
.mainWhite { background-image: url(images/perkament_white.jpg); }
.mainBlack { background-image: url(images/perkament_black.jpg); }
.mainBlue { background-image: url(images/perkament_blue.jpg); }
.mainRed { background-image: url(images/perkament_red.jpg); }

.manaBar {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 34px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.manaBar img {
	vertical-align: bottom;
}

.contentHolder {
	position: absolute;
	top: 128px;
	left: 380px;
	width: 580px;
	height: 620px;
	overflow-y: auto;
	overflow-x: hidden;
}

.content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 490px;
	color: #000000;
}

h1 {
	font-size: 30px;
	padding: 0px;
	margin: 15px 0px 10px 0px;
}
h1:first-child {
	margin-top: 0px;
}
h2 {
	font-size: 20px;
	margin: 10px 0px 10px 0px;
}

p{
	margin: 10px 0px 10px;
}

.button_link:link, .button_link:visited, .button_link:hover {
	float: right;
	width: 200px;
	height: 30px;
	margin-right: 190px;
	margin-bottom: 5px;
	padding-right: 35px;
	line-height: 30px;
	text-align: right;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	
	background-image: url(images/button_next.png);
	background-repeat: no-repeat;
	background-position: center right;
	
	clear: right;
}
.button_link:link, .button_link:visited { text-decoration: underline; }
.button_link:hover { text-decoration: none; }


input {
	border: 1px solid #b22907;
	background-color: #fffad5;
	font-size: 11px;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 5px;
}
select {
	border: 1px solid #b22907;
	background-color: #fffad5;
	font-size: 11px;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 5px;
}
label {
	font-size: 11px;
	color: #000000;
	float: left;
	clear: left;
	width: 225px;
	margin: 0px;
}
.field_spacer {
	clear: left;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.superscript {
	vertical-align: top;
	font-size: 0.75em;
}

table {
	border: 0px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
th {
	padding: 5px;
	border-left: 1px solid #af2100;
	border-bottom: 1px solid #af2100;
	background-image: url(/images/th_bg.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/th_bg.png');
}
th:first-child {
	border-left: none;
}
tr td {
	padding: 5px;
	border-left: 1px solid #af2100;
	border-bottom: 1px solid #e7d2a4;
}
tr td:first-child {
	border-left: none;
}
tr:last-child td {
	border-bottom: none;
}
td input {
	float: none;
	border: none;
	background: transparent;
}
.wizards
{
	position: absolute;
	left: 108px;
	top: 690px;
	height: 91px;
	width: 136px;
}
.magic_the_gathering {
	position: absolute;
	left: 755px;
	top: 4px;
	height: 57px;
	width: 200px;
}
.magic_the_gathering_new {
	position: absolute;
	left: 757px;
	top: 690px;
	height: 91px;
	width: 185px;
	z-index: 99;
}
.it-logo {
	position: absolute;
	left: 478px;
	top: 0px;
	height: 72px;
	width: 269px;
	z-index: 99;
}