@charset "ISO-8859-1";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
	background-image: url(images/AngryPlanetBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}
.content {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
a {
	color: #ff5025;
}
#Decription {
	font-size: 24px;
	color: #ff5025;
}
.leftimg {
	margin-right: 20px;
}
.news {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.news_footer {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.bottom_border {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.error {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}