/**********************************************************************
The following source code is licensed to Tom Nacos Group.
All usage of this code without written approval is strictly prohibited.
Copyright (c) Abstraction Media 2009 // All rights reserved
www.abstractionmedia.com
**********************************************************************/
html, body{
  height: 100%;
  width: 100%;
}
.tr {
	background-image: url(gradient.png);
	background-repeat: repeat-x;
	#background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src="gradient.png", sizingMethod="scale"
	);
	height: 5px;
	overflow: hidden;
}
