/* ***** BASIC ELEMENTS ********************************************************** */


/* ----- elements 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------- */


body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px ;
	color: black;
	background: #441b11 url('/img/bg_body.png') repeat-x top;
	padding-bottom: 50px;
	}

p {
	padding-bottom: 15px;
	}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	}

	a:hover {
		text-decoration: none;
		color: white;
		}

.clear {
	clear: both;
	height: 0px;
	}




/* ***** LAYOUT ***************************************************************** */


/* ----- header ----- */

#container {
	width: 960px;
	height: 990px;
	margin: 0 auto;
	background: url('/img/main.jpg') no-repeat;
	position: relative;
	}

.main-text {
	width: 540px;
	position: absolute;
	top: 500px;
	right: 50px;
	}

.b-1 {
	display: block;
	width: 540px;
	height: 77px;
	background: url('/img/b_1.png') no-repeat;
	}

.b-2 {
	display: block;
	width: 540px;
	height: 83px;
	background: url('/img/b_2.png') no-repeat;
	}

.b-3 a {
	display: block;
	width: 540px;
	height: 65px;
	background: url('/img/b_3.png') no-repeat top;
	}



.b-4 a {
	display: block;
	width: 540px;
	height: 85px;
	background: url('/img/b_4.png') no-repeat top;
	}



.b-5 {
	display: block;
	width: 540px;
	height: 54px;
	background: url('/img/b_5.png') no-repeat;
	}


.links {
	font-size: 11px;
	position: absolute;
	bottom: 30px;
	left: 40px
	}

.link {
	display: block;
	float: left;
	margin-right: 15px;
	font-weight: bold;
	}

.links p {
	margin-top: 10px;
	}

.link-fb {
	position: absolute;
	right: 30px;
	bottom: 30px;
	}

.link-fb a {
	display: block;
	width: 240px;
	height: 70px;
	background: url('/img/b_fb.png') no-repeat top;
	}

.link-fb a:hover {
	background-position: 0 -70px;
	}



