/* Property of Loco Bloco */


body{
	margin:0px;
	background:url(images/mockup3-NEW_09.gif) repeat #efd326;	
	font:x-small verdana;
	color:#000000;
}
.mainContent{
background:#efd326;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
font-size:small;
padding:10px;
}
.h2{
	color:red;
}
#footer{
	position:absolute;
	left:0px;
	bottom:0;
	width:100%;
	height:56px;
 } 
#container {
	min-height:100%;
	position:relative;
}
a {
	text-decoration: none;
	font-weight:bold
}
a:link {
	color: #a5411d;
}

a:visited {
	color: #a5411d;
}
a:active {
	color: #a5411d;
}
a:hover {
	text-decoration: underline;
}


