/* newsletter */

*
{
	font-family: arial;
}

#main_wrapper { 
	height:330px; 
	width:624px; 
	position:absolute; 
	left:50%; 
	top:50%; 
	margin-left:-312px; 
	margin-top:-165px;
}

#error_header {
	width:624px;
	height:77px;
	background-image:url(images/error_header.gif);
	background-repeat:no-repeat;
}

#news_date {
	height:15px;
	background-image:url(images/news_date.gif);
	background-repeat:no-repeat;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:left;
	padding-left:25px;
}	

.news_middle {
	width:624px;
	background-image:url(images/news_middle.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

#intro_content_area {
	clear:both;
}

.content_col_1 {
	float:left;
	width:446px;
}

.content_col_1 p{
	font-size:12px;
	color:#000000;
	text-align:left;
	padding-left:25px;
	padding-top:10px;
}

.content_col_1 h3{
	font-size:24px;
	color:#FF0000;
	text-align:left;
	padding-left:25px;
	padding-top:10px;
}

.content_col_1 h4{
	font-size:24px;
	color:#00c8f2;
	text-align:left;
	padding-left:25px;
	padding-top:10px;
}

.content_col_2 {
	float:right;
	width:178px;
}

.content_col_2 p{
	font-size:11px;
	color:#000000;
	text-align:left;
	width:159px;
	margin-top:-10px;
}

.img_gamehead_mascot {
	width:160px;
	height:138px;
	background-image:url(images/img_gamehead_mascot.gif);
	background-repeat:repeat-y;
}


/* footer_area */


#news_footer {
	clear:both;
	width:624px;
	height:31px;
	background-image:url(images/news_footer.gif);
	background-repeat:no-repeat;
}	

/* error page */

