html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	text-align: center;
	height: 100%;
	background: #352817;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	}

img#bg {
	width:100%;
}

#footer {
	position: fixed;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 35%;
	}

img#bg2 {
	width:100%;
}


#contents {
	width: 100%;
	color: #c0ae53;
	font: 13px arial;
	text-align: left;
	overflow: visible;
	position: fixed;
	top: 15%;
	z-index:1;
}

#logo {
	background: url(images/logo.png) no-repeat;
	height: 114px;
	width: 502px;
}

#left {
	float:left;
	width: 500px;
	margin: -5px 0 0 15px;
}

.header {
	margin: 0 0 0 10px;
}


#right {
	float: left;
	width: 270px;
	margin: -35px 0 0 75px;
}

.textbox {
	background: url(images/textbox.png) no-repeat;
	width: 250px;
	height: 25px;
	border: 0;
	color: #c0ae53;
	font: 16px arial;
	padding: 7px 0 0 10px;
	margin: 5px 0;
}

.textboxbig {
	background: url(images/textbox_big.png) no-repeat;
	width: 250px;
	height: 188px;
	border: 0;
	color: #c0ae53;
	font: 16px arial;
	padding: 7px 0 0 10px;
	margin: 5px 0;
	overflow: auto;
}

.submit {
	background: url(images/submit.png) no-repeat;
	width: 139px;
	height: 30px;
	border: 0;
}

.clear {
	clear: both;
	}
