html,
body 
{
	height:100%;
}

body 
{
	margin:0px;
	background:url(images/background-image.jpg) no-repeat bottom left #000;
	min-height:600px;
	background-attachment:fixed;
}
body,
p,
td,
th
{
	font-family:Arial;
	font-size:8pt;
	color:#bebebe;
}

p
{
	
	margin:2px;
}
hr
{	
	border:0px;
	border-bottom:1px solid #414141;
	height:0px;
	margin:10px 0px 10px 0px;
}
h1
{
	font-family:Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:1.8em;
	color:#bfbfbf;
	margin:2px;
}
h2
{
	
}
h3
{
	font-family:Garamond, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:1.5em;
	color:#FFF;
	margin:2px;
}

a
{
	color:#2896FF;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
/******************************************************
/* Float container fix
/*****************************************************/
div.fc:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*:first-child+html .fc {
	display:inline-block;
}
* html .fc
{
	height: 1px;
}

