﻿body 
{
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:url(../images/background.jpg);
}

#main
{
	width:999px;
	/***
	height:1694px;
    ***/
    height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
	border:1px solid #d2d3d4;
}
#foot
{
	width:999px;
	height:80px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid red;
	
}
.footInsideTitle
{
	background-image:url(../images/b_brand.gif);
	width:999px;
	height:20px;
}
.footInsideContent
{
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:750px;	
}
.footInsideContent ul
{
	margin:0px;
}
.footInsideContent li
{
	margin:2px 0px 0px 0px;
	text-align:center;
	width:750px;
	list-style:none;
	font-size:12px;
}
