html, body { background-color:#555555;}

h1 {
	font-size:medium;font-family:Courier New;text-align:center;color:#000000;
}
h2 {
	font-size:medium;font-family:Verdana;text-align:center;color:#ffffff;
}


#mainTile {
position: absolute;
	background-color: #ffffff;
	text-align: left;
	float:left;
	width:244px;
	border-color: #ffffff;
	border-width: 4 4 0 4;
	/*border-width: 4px;*/
	border-style:solid;
	left: 50%;
	margin-left: -122;
}

#tileCard {
	width: 492px;
	height: 244px;
	background-color: #ffffff;
	margin-bottom: 4px;
}

#imageLeft {
	/*float:left;*/
	width: 244px;
	height: 244px;
	background-color: #555555;
	border-width: 0px;
}
#imageRight {
	/*float:left;*/
	width: 244px;
	height: 244px;
	background-color: #555555;	
	border-width: 0px;
}
#textLeft{
	/*padding: 3 3 3 3;*/
	/*float:left;*/
	width: 244px;
	height: 244px;
	background-color: #dddddd;
	color: #000000;
	text-align: right;
	font-size: small;
	font-family: Courier New;
}
#textRight{
	/*padding: 3 3 3 3;*/
	/*float:left;*/
	width: 244px;
	height: 244px;
	background-color: #dddddd;
	color: #000000;
	text-align: left;
	font-size: small;
	font-family: Courier New;
}
