*		{
		margin:		0px;
		border:		0px;
		padding:	0px;
		list-style:	none;
		}
		
html, body 	{
		height:			100%;
		font-family: 		 Verdana;
		font-size: 		13px;
		color: 			#616161;
		}




#wrapper 	{
		position:	relative;
	
		width:		960px;
		min-height:	100%;
		margin:		0 auto;


		}


#content	{
		width:		960px;
		position:	relative;
		padding-bottom:	30px;
		height:		auto;
		overflow:	hidden;
		
		margin-left:	auto;
		margin-right:	auto;
		

		}


#footer 	{
		position:	absolute;
		bottom:		0;
		width:		960px;

		height:		30px;

		}


