HTML {
	OVERFLOW: hidden
}
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 100%;
	CURSOR: crosshair;
	PADDING-TOP: 0px;
	POSITION: absolute;
	HEIGHT: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}
#canvas {
	LEFT: 0%;
	OVERFLOW: hidden;
	WIDTH: 100%;
	POSITION: absolute;
	TOP: 0%;
	HEIGHT: 100%;
}
#canvas IMG {
    -MS-INTERPOLATION-MODE: nearest-neighbor;
    LEFT: 100%;
    OVERFLOW: hidden;
    CURSOR: pointer;
    POSITION: absolute;
    right: 100%;
}
#canvas DIV {
	FONT-SIZE: 0px;
	FILTER: alpha(opacity=90);
	LEFT: -1000px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	POSITION: absolute;
	opacity: 0.9;
	height: auto;
	width: 60%;
}
#canvas a:link {
	color: #FFFFFF;
	cursor: pointer;
}
#canvas a:visited {
	color: #FFFFFF;
	cursor: pointer;
}
#canvas a:hover {
	color:#FF0000;
    cursor: pointer;
}
#canvas a:active {
	color: #FFFFFF;
	cursor: pointer;	
}
img {
    border-style:none;
	vertical-align: bottom}
}
#tag {
	float: left;
	background-position: right top;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
