body 
{
	height:100%;
	background-color: #000;
	background-image:url('../Images/bg.jpg');
	background-repeat:repeat-x;
	padding: 0px;

	overflow: hidden;
} 


#body 
{	
	padding-bottom: 20px;
}

#footer
{
	background-color: #141414;
	color: #888;
	bottom: 0;	
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;

	text-align: center;
}



iframe
{
	display: block;
	margin: 0px auto;
}






#container{
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 0px;
    right: -30px;
    overflow: auto;
}


h1
{
	Color: #d9cb9e;
	font-size: 1.4em;
	font-weight:bolder;
	margin: 0px;
	padding: 0px;
}

h2
{
	Color: #dc3522;
	font-size: 1.2em;
	font-weight:bolder;
	margin: 0px;
	padding: 0px;
}


h3
{

	Color: #d9cb9e;

	font-weight:normal;
	font-size: 1em;
	text-indent: 2em;
	text-align:justify;

	margin: 0px auto;
	padding: 0px;
}
