body{
	margin: 0px;
	padding: 0px;
}

a {
	color: #282828;
	text-decoration:underline;
}

.background,
.background_spl,
.background_wld {
	position:absolute;
	width:300px;
	height:264px;
	background: url('../images/background_2010.jpg') no-repeat;
	color: #282828;
}

.background_spl {
	background-image:url('../images/background_spl.jpg');
}

.background_wld {
	background-image:url('../images/background_wld.jpg');
}

.background .header-image,
.background_spl .header-image,
.background_wld .header-image {
	margin:33px 0 8px 16px;
	width:264px;
	height:79px;
	background: url('../images/twitter.jpg') no-repeat;
	overflow: hidden;
}

.background_spl .header-image {
	background-image:url('../images/header_spl.gif');
}

.background_wld .header-image {
	background-image:url('../images/header_wld.gif');
}

.text-block{
	margin:0 0 0 15px;
	width:285px;
	height:151px;
}

.text-line{
	width:285px;
	height:29px;
	clear:both;
}

.icon{
	padding-top: 4px;
	float:left;
	width:29px;
}

.link{
	padding-top:2px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	width:200px;
	text-transform:uppercase;
}

.date{
	padding-top:3px;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	width:37px;
	text-transform:uppercase;
	text-align:right;
}