/* ------------------------------------------------
      TRADING CARD LAYOUT TAG
------------------------------------------------ */

#trading_card_image {
	width: 600px;
	height: 1000px;
	overflow: scroll;
	margin: 20px 0px 10px 130px;
}

#header_table {
	width: 500px;
	height: 64px;
	overflow: scroll;
	background: url(images/blank.jpg) no-repeat;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ------------------------------------------------
      PLAYER TAGS
------------------------------------------------ */

#player {
        margin: 10px 10px 10px 10px;
}


/* ------------------------------------------------
     FRONT PAGE TABLE
------------------------------------------------ */


td.td1 {
	padding: 5px;
	height: 120px;
	background: url(http://ironman.enlightenedperl.org/munger/mybadge/male/mst.png) no-repeat;
	background-position: center;
        border-right: 1px solid #000000;
}

td.td2 {
	padding: 5px;
	height: 120px;
	background: url(images/you_small.png) no-repeat;
	background-position: center;
}

td.td3 {
	padding: 5px;
	height: 120px;
	background: url(images/front-small.jpg) no-repeat;
	background-position: center;
        border-right: 1px solid #000000;
}

td.td4 {
	padding: 5px;
	height: 120px;
	background: url(images/you_small.png) no-repeat;
	background-position: center;
}




