﻿ @media screen and (-webkit-min-device-pixel-ratio:0)
 {
 	.width
{
	width: 999px;
	left: 1px;
	position: relative;
	height: 105%;
	overflow: hidden;
	float: left;

	top: 0px;
	
}
#topimage
{
	top: 10px;
	left: 1px;
	position: absolute;
}





 }