@charset "utf-8";

html {
	overflow: auto;
	margin-left: -1px;
}

body {
	text-align:center;
	min-width: 950px;
	background-color:#003c56;
	background-image:url(http://resource.cottoninc.com/_images/bluetogreen_home/body_back.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

#top_wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:950px;
	
}
#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:950px;
	/*  BREAKS ALL FLASH LINKS IN FIREFOX WHY IS THIS HERE z-index:-2;*/
}

.hamper:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/

.hamper {
	height: 1%;
}