body {
	background: white;	
	_font-size: 10px;
	line-height: 12px;
	font-family: arial,verdana;
	color:  #6f6f6f;
}

a {
	color: #6f6f6f;
}

#container {
	text-align: center;
	width: 100%;
}

#center {
	margin-top: 100px;
}


#top_half {
}

#clear_float {
	clear: both;
}

#top_card {
	width: 320px;
	heigth: 156px;	
	background: white;
	margin-left: auto;
	margin-right: auto;
}

#top_card strong{
	font-size: 11px;
	line-height: 13px;
}

#top_card_left,
#top_card_right {
	margin-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
	width:46%;
	text-align: left;
}

#top_card_left p{
	font-size: 10px;
	_background: green;
}

#top_card_right p{
	font-size: 10px;
	_background: yellowgreen;
}


#bottom_half {
	background: rgb(100,105,108);	
	width: 100%;
}