﻿/*
	Background Stretcher jQuery Plugin
	2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/
.bgstretcher-area ,.bgstretcher-area1{ text-align: left;}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI,
.bgstretcher1, .bgstretcher1 UL, .bgstretcher1 UL LI {
	position: absolute;
	top: 0;
	left: 0;}
.bgstretcher UL, .bgstretcher UL LI,
.bgstretcher1 UL, .bgstretcher1 UL LI  {
	margin: 0;
	padding: 0;
	list-style: none;}
.bgstretcher ,.bgstretcher1{
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;	
	_position: absolute; /*ie6 doesn't support fixed positioning*/
	top: 0;
	left: 0;}

