* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}

html {
	height: 100%;
	background: #000000 url(../imgs/bg.jpg) no-repeat;
}

body {
	color: #ffffff;
	font-size: 12px;
}

p {
	line-height: 150%;
}

a {
	color: #ffcc00;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
}

#container {
	width: 335px;
	margin-left: 480px;
}

h1 {
	margin-top: 80px;
	width: 335px;
	height: 48px;
	background: url(../imgs/tit.gif) no-repeat;
}

h1 span {
	visibility: hidden;
}

a span {
	visibility: hidden;
}

#fullsize {
	margin-top: 60px;
}

#standard {
	margin-top: 20px;
}

#html {
	margin-top: 20px;
}

#fullsize a {
	display: block;
	width: 242px;
	height: 15px;
	background: url(../imgs/btn_full.gif) no-repeat;
}

#standard a {
	display: block;
	width: 242px;
	height: 15px;
	background: url(../imgs/btn_standard.gif) no-repeat;
}

#html a {
	display: block;
	width: 242px;
	height: 15px;
	background: url(../imgs/btn_html.gif) no-repeat;
}

#fullsize a:hover, #standard a:hover, #html a:hover {
	background-position: 0 -15px;
}

#caution {
	margin-top: 140px;
	font-size: 10px;
}

address {
	margin-top: 20px;
	width: 313px;
	height: 32px;
	background: url(../imgs/address.gif) no-repeat;
}

address span {
	visibility: hidden;
}

#backtotop {
	margin-top: 8px;
}

#backtotop a {
	display: block;
	width: 226px;
	height: 13px;
	background: url(../imgs/bt_backtotop.gif) no-repeat;
}

#backtotop a:hover {
	background-position: 0 -13px;
}

#copy {
	margin-top: 20px;
	width: 319px;
	height: 11px;
	background: url(../imgs/copyright.gif) no-repeat;
}

#copy span {
	visibility: hidden;
}
