*
{
	margin: 0;
	padding: 0;
}
html
{
	width: 100%;
	height: 100%;
	font-family: Verdana;
	color: #eaeaea;
}
body
{
	width: 100%;
	height: 100%;
	background-color: #245d94;
	font-size: 11px;
}
#home
{
	position: absolute;
	width: 320px;
	height: 100%;
	display: block;
	background-image: url('/iphone/twist.jpg');
	background-repeat: no-repeat;
	background-color: #828b92;
}
#news
{
	position: relative;
	width: 480px;
	background-color: #245d94;
}
h1
{
	position: absolute;
	width: 449px;
	height: 39px;
	background-image: url('/iphone/title.png');
	top: 29px;
	left: 14px;
	text-align: right;
	color: #282828;
	font-family: Verdana;
	font-size: 19px;
	font-weight: bold;
	line-height: 39px;
}
h1 img
{
	position: absolute;
	top: -30px;
	left: -14px;
}
.content
{
	position: relative;
	width: 100%;
	top: 97px;
	left: 0;
}
h2
{
	background-image: url('/iphone/bkg.png');
	background-repeat: repeat;
	width: 100%;
	position: relative;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
}
h2 .date
{
	position: absolute;
	top: 0px;
	right: 5px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-weight: normal;
}
.little_spacer
{
	display: block;
	width: 100%;
	height: 1px;
}
.spacer
{
	display: block;
	width: 100%;
	height: 3px;
}
.text
{
	background-image: url('/iphone/bkg.png');
	background-repeat: repeat;
	width: 100%;
	position: relative;
	font-size: 11px;
	font-family: verdana;
}
.inner_marge
{
	padding: 8px 5px;
	font-size: 9px;
}
.inner_marge p
{
	font-size: 9px;
}
.hidder
{
	display: none;
}
