/***************************************************************
Style Sheet for ZippyFreeze.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



body {
	margin:0;
	padding:0;
	padding-bottom:40px;
	min-width:785px;
	
	text-align:center;
}



#container {
	position:relative;
	top:20px;
	
	margin-right:auto;
	margin-left:auto;
	
	padding-top:147px;
	
	text-align:left;
}

#content {
	/*position:relative;*/
}

#columnWrapper {
	/* IE7 follows at least one standard; but unless we set this, the main nav slides right underneath the footer. */
	min-height:400px;
	/* IE6 Mumbo-jumbo */
	height:auto !important;
	height:400px;

	/*position:relative;*/
}



/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}