/*@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: #000000;
}
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--------------------*/
#black
{
	width: 720px;
	margin: 0 auto;
	margin: 0 auto;
	padding-left: 50px;
}


/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footer
{
	width: 770px;
	height: 107px;
	margin: 0 auto;
	background: url(images/footer_bg.gif) 0 0 repeat-x;
	position: relative;
}


/*------------------------------------------------footerEnd--------------------*/

