html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #000;
	font-family:arial,sans-serif;
}
img { 
	border: 0;
	margin: 0;
	vertical-align: top;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:auto; /* center, not in IE5 */
	width:770px;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header { 
	height: 100px; 
	margin: 0;
	padding: 0;
}

#content {
	padding: 0;
	padding-bottom: 25px; /* padding for footer */
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

#menu {
	margin: 0;
	float: left;
	width: 114px;
	background-image: url(../images/gradient.jpg);
	background-position: 0 125px;
	background-repeat: no-repeat;
	height: 325px;
}
.faq li, .returns li {
	margin-bottom: 10px;
}