*{

	margin: 0px;
	padding: 0px;

}

html, body{

	height: 100%;
	width: 100%;
	min-height: 1024px;

}

#container{

	height: 100%;
	width: 100%;
	z-index: 0;

}

#topright {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	height: 158px;
	width: 158px;
	background: url(../_img/tag.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	z-index: 50;
}
