body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D60019;
}

p, li, blockquote {
	font-size: 12px;
}

.optionLinks {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	list-style-image: url(http://www.mobilegamesblog.com/images/43.png);
}

.optionLinks a{
	color: #D60019;
	text-decoration: none;
}

.optionLinks a:hover{
	text-decoration: underline;
}

.newsLinks {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style: none;
}

.newsLinks li{
	display: block;
}

.newsLinks a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #D60019;
}

.moreNewsLinks {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style-image: url(http://www.mobilegamesblog.com/start/images/31.png);
}

.moreNewsLinks a{
	font-size: 12px;
	text-decoration: none;
	color: #D60019;
}

#header {
	width: 325px;
	height: 54px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#content {
	width: 98%;
	position: absolute;
	top: 59px;
	z-index: 100;
}

#blog {
	float: left;
	width: 33%;
}

#google {
	float: right;
	width: 67%;
}

#column1 {
	float: left;
	width: 48%;
}

#column2 {
	float: right;
	width: 48%;
}

