/* CSS Reset */

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;
}
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;
}

/* Layout */

body {
	background-attachment: fixed;
	background-color: #272611;
	background-image: url('/images/common/background.png');
	background-position: center top;
	background-repeat: no-repeat;
	color: #b2aa7e;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #fff;
}

h1 {
	color: #b2aa7e;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 10px 0;
}

.header {
	background-image: url('/images/common/header.png');
	background-position: center top;
	background-repeat: no-repeat;
	position: fixed;
	height: 200px;
	width: 100%;
	top: -1px;
	z-index: 100;
}

.header a.home_link {
	display: block;
	height: 155px;
	margin: 0 auto;
	text-decoration: none;
	width: 330px;
}

.wrapper {
	margin: 0 auto;
	padding: 182px 0 65px 0;
	position: relative;
	z-index: 5;
	width: 615px;
}

.content {
	background-color: #000;
	filter: alpha(opacity=50); /* for IE */
	opacity: 0.5;
	padding: 10px 10px 20px 10px;
	zoom: 1;
}
