/* CSS-document */
@charset "utf-8";

/* Search engines */

/* General */
body, div, h1, h2, h3, h4, h5, ul, ol, li, p, form, table, th, tr, td, marquee {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Start */
html, body {
	margin: 0px;
	height: 100%;
	background-color: #f2f2f2;
}

a:link {
	text-decoration: none;
	color: #989898;
}
a:active {
	text-decoration: none;
	color: #515151;
}
a:visited {
	text-decoration: none;
	color: #989898;
}
a:hover {
	text-decoration: none;
	color: #989898;
}


/* Divs */
#master {
	position: relative;
	background: url(pics/btm_extender_bg.jpg);
	background-repeat:repeat-y;
	width: 970px;
	padding: 0;
	margin-left: 0;
	margin-right: auto;

	height: 950px;
}

html>body #master
{
	height: 100%;	/* reset the height for compliant browsers */
	min-height: 950px;
}


#image {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 326px;
	height: 820px;
	background:url(image.jpg);
}

#imageBG {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 326px;
	height: 100%;
	background-color: #200111;
}

#copy {
	position:absolute;
	left: 346px;
	top: 75px;
	width: 400px;
	height: 400px;
}



/* Styles */
.txtCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #444;
}




