   html, body, .wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
   }
   .wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }
	.paragraph {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #103457;
	text-align: left;
}
.products-flyover {
	background-color: #D7DCDF;
	opacity:.9;
	padding: 5px;
}
.products-flyover-text {
	background-color: #D7DCDF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #052440;
	border-right-color: #052440;
	border-bottom-color: #052440;
	border-left-color: #052440;
	filter: Alpha(Opacity=60, FinishOpacity=90, Style=2, StartX=280, StartY=686, FinishX=280 FinishY=686);
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #04274D;
}
.paragraph a {
	color: #F60;
	text-decoration: none;
}
.paragraph a:hover {
	color: #F90;
	text-decoration: none;
}
.profile {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	text-transform: uppercase;
}
.footer a {
	color: #1669C0;
	text-decoration: none;
}
.footer a:hover {
	color: #F90;
}
.footer a:visited {
	color: #1669C0;
}
.main {
	background-image: url(images/bg-gradient.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.ProductTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C6185;
	letter-spacing: -0.1em;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #093866;
}
.ProductTitle a {
	color: #F60;
	text-decoration: none;
}
.ProductTitle a:hover {
	color: #F90;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
}
Container
{
position:relative;
}
Batteries{
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px dotted #CC0000;
	visibility: hidden;
}
Test {
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px dotted #0033FF;
	visibility: hidden;
}
.Brands {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	font: Verdana;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
}

