/*(c)2010 Arie van Boxel*/
*
{
	padding: 0px;
	margin: 0px;
}

html
{
	overflow: auto;
}

/*Header part*/

#header 
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 10px;
}

/*Body part*/

#container 
{
	position: absolute;
	bottom: 86px;
	top: 40px;
	right: 6px;
	padding: 10px 0;
	left: 6px;
	z-index: 20;
}

/* Use a column to group block */
.column 
{
	width: 190px;
	float: left;
}

.block 
{
	background-color: white;
	opacity: 0.9;
	width: 164px;
	padding: 8px;
	float: left;
	color: #142642;
	margin: 4px;
	border: 1px solid #142642;
}

/*Footer part*/

#w3c_html, #w3c_css 
{
	position: absolute;	
	right: 1px;
	z-index: 11;
}

#w3c_css 
{
	bottom: 47px;
	right: 10px;
}

#w3c_html
{
	bottom: 20px;
	right: 10px;
}

#butterfly 
{
	position: absolute;
	bottom: 15px;
	right: 100px;
	width: 140px;
	height: 140px;
	background: url(../img/butterfly.png) no-repeat;
	z-index: 20;
}

/*Footer bar*/
#footer
{
	position: absolute;
	bottom: 15px;
	padding: 0px;
	width: 100%;
	margin: 0px;
	height: 70px;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	z-index: 4;
}

#footerBackground
{
	position: absolute;
	bottom: 15px;
	background-color: black;
	padding: 0px;
	width: 100%;
	margin: 0px;
	opacity:0.6;
	height: 72px;
	z-index: 1;
}

#footerMenu
{
	float: left;
	border-right-color: #AAA;
	border-right-style: solid;
	border-right-width: 1px;
	margin: 0px;
	padding: 8px;
	height: 54px; /*Needed for border*/
}

#footerInfo
{
	float: left;
	margin: 0px;
	padding: 8px;
}