/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

:focus {
	outline: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

span {
	display: none;
}

em.warn {
	font-style: normal;
	color: #f00;
}

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

a:hover {
	color: #FC6;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	font: 11px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000 url(../images/band-bg.gif) no-repeat center 397px;
}

body {
	display: block;
	position: relative;
	width: 940px;
	margin: 0 auto;
	height: 100%;
	color: #eadfac;
	text-align: center;
	background: #000 url(../images/bg.gif) repeat-y center top;
}

/* @end */

h1 {
	display: block;
	position: absolute;
	left: 330px;
	top: 49px;
	width: 274px;
	height: 110px;
	z-index: 200;
}

img#x {
	display: block;
	position: absolute;
	left: 372px;
	top: 147px;
	width: 172px;
	height: 333px;
	z-index: 200;
}

img#icons {
	display: block;
	position: absolute;
	left: 559px;
	top: 322px;
	width: 360px;
	height: 55px;
	z-index: 200;
}

#content {
	display: block;
	position: relative;
	margin: 0 auto;
	top: -131px;
	*top: -129px;
	width: 920px;
	height: 656px;
	z-index: 100;
	background-image: url(../images/home-bg-trans.png);
}

h2 {
	display: inline;
	position: relative;
	width: 385px;
	height: 129px;
	float: right;
	margin-right: -10px;
	top: 15px;
	z-index: 300;
}

h2 a {
	display: block;
	position: relative;
	width: 385px;
	height: 129px;
	background: url(../images/enter.gif) no-repeat left top;
}

h2 a:hover {
	background: url(../images/enter.gif) no-repeat left -129px;
}

h3 {
	display: inline;
	position: relative;
	clear: both;
	margin-top: 40px;
	float: right;
	text-align: left;
	font-size: 14px;
	width: 330px;
	z-index: 300;
}

h4 {
	display: block;
	position: absolute;
	left: 0;
	top: 397px;
	width: 34px;
	height: 129px;
	z-index: 300;
}

form {
	display: inline;
	position: relative;
	clear: both;
	margin-top: 5px;
	float: right;
	text-align: left;
	width: 330px;
	z-index: 400;
}

form dl {
	display: block;
	position: relative;
	width: 330px;
	height: 25px;
}

form dl dt {
	display: inline;
	position: relative;
	float: left;
	margin-right: 10px;
	width: 185px;
	height: 25px;
}

form dl dt input {
	display: block;
	width: 178px;
	height: 23px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding-left: 5px;
	color: #333;
}

form dl dd {
	display: inline;
	position: relative;
	float: left;
	width: 57px;
	height: 25px;
}

form dl dd input {
	display: block;
	width: 55px;
	height: 25px;
	border: 1px solid #fff;
	color: #765a18;
	cursor: pointer;
	font-weight: bold;
	background: #fdfee7 url(../images/button-bg.gif) repeat-x left top;
}

form dl dd input:hover {
	border: 1px solid #fff;
	color: #fdfee7;	
	background: #765a18 url(../images/button-bg.gif) repeat-x left -24px;
}

#content p {
	display: block;
	position: relative;
	clear: both;
	float: right;
	text-align: left;
	width: 330px;
	margin-top: 20px;
}