﻿/*@charset "utf-8";
 CSS Document */


body
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/body_bg.gif) 0 0 repeat-x #000000;
	color:#FFFFFF;
}
div, h1, h2, h3, h4, p, form, span
{
	margin: 0;
	padding: 0;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
}
.spacer
{
	clear: both;
	font-size: 0;
	line-height: 0;
}


/*------------------------------------------------top--------------------*/
#top
{
	width: 770px;
	margin: 0 auto;
}
/*------------------------------------------------top--------------------*/

/*------------------------------------------------body--------------------*/
#body
{
	width: 770px;
	height:667px;
	margin: 0 auto;
	
}

/*------------------------------------------------black--------------------*/
#newsHolder
{
	width: 720px;
	margin: 0 auto;
	margin: 0 auto;
	padding-left: 50px;
	font-size: medium;
}
#newsHolder a:link{
	color:#FFCC00;
	text-decoration:none;
}
#newsHolder a:hover {
	color:#FFFF66;
	text-decoration:none;
}
#newsHolder a:visited{
	color:#FFCC00;
	text-decoration:none;
}



/*------------------------------------------------body--------------------*/

/*------------------------- Mobile Screens -------------------------------*/

#mobileHeader
{
    width:400px;
    height:100px;
}

#mobileBody
{ vertical-align:top;
    width:400px;
    height:650px; 
    text-align:center;
}
