@charset "utf-8";
/* CSS Document */

/* reset styles */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	height:100%;
}

.clear {clear:both; height:1px;}

/* main styles */

body {
	background:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:1024px;
	margin:0 auto;
}

#header {
	padding-top:40px;
}

#header h1 {
	text-indent:-9999px;
	background:url(images/logo.jpg) no-repeat;
	width:237px;
	height:34px;
	margin-left:56px;
}

#header h1 a {
	height:34px;
	display:block;
}

#content {
	height:373px;
	background:url(images/bg1.jpg);
	position:relative;
}

#content form {
	position:absolute;
	color:#FFF;
	right:160px;
	font-size:22px;
	font-weight:700;
	top:190px;
	width:266px;
}

#content .left {
	float:left;
	width:160px;
	text-align:center;
	
}

#content .left .tbox {
	margin-top:10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:solid 1px #333;
	width:118px;
	padding:3px 20px;
	text-align:center;
	font-size:24px;
}

#content .right {
	float:right;
	width:96px;
	position:relative;
}

#content .right .btn {
	border:0;
	background:url(images/button.gif) bottom center no-repeat;
	height:96px;
	width:96px;
	text-indent:-9999px;
	cursor:pointer;
}

#content .right .btn2 {
	border:0;
	background:url(images/button.gif) top center no-repeat;
	height:96px;
	width:96px;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	opacity:1;
}

#footer {
	background:url(images/bg2.jpg) top center no-repeat;
	height:285px;
	color:#808080;
	padding-top:190px;
	position:relative;
	font-size:16px;
}

#footer h3 {
	position:absolute;
	right:0;
	top:190px;
}

#footer h3 a {
	color:#fff;
	text-decoration:none;
}

#footer h3 span {
	color:#ffd40e;
}
