/* footer fix */
#container
{
	height: 100%;
}


#container[id]
{
    height:auto;
    min-height:100%;
}

html
{
	height:100%;
	margin:0;
	padding:0;
}
	
body
{
	height:100%;
	margin:0;
	padding:0;
}

#container
{
	width: 928px;
	margin: 0 auto;
	min-height:100%;
	position: relative;
}

#content
{
	position: relative;
	width:928px;
}

#header
{
	text-align:center;
	position: relative;
	height:354px;
	width:928px;
}

#footer
{
	position:absolute;
	margin: 0 auto;
	width: 928px;
	clear: both; 
	bottom: 0px;
	height: 38px;
}