* {
	margin: 0;
	padding: 0
}

body {
	background: #000;
}

img {
border: 0
}

#html_btn {
	background: url(html_btn.gif);
	width: 136px;
	height: 53px;
}

a#html_btn_a {
	color: #91dbf8;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 105px;
	height: 28px;
	position: relative;
	top: 13px;
	left: 16px
}

.main {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -321px;
	margin-top: -296px
}