html {
	min-height:100%;
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	min-height:100%;
	text-align:center;
	behavior:url("csshover3.htc");
}
img{
	border:none;
	padding:0px;
	margin:0px;
}

#container {
	position:relative;
	width:900px;
	top:0px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	min-height:100%;
	text-align:left;
	background-image:url('imgs/background_container.jpg');
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top:20px;
}
#head{
	position:relative;
	width:900px;
	height:110px;
	margin-bottom:42px;
}
#footer {
	position:relative;
	clear:both;
	width:900px;
	height:66px;
	z-index:0;
	margin-bottom:15px;
}
#footer img{
	position:absolute;
	top:36px;
	left:0px;
}
#footer div{
	margin-top:36px;
}
#footer div#footertext{
	position:absolute;
	top:36px;
	left:15px;
	margin:0px;
	color:#999;
	font-size:10px;
	padding:0px;
	padding-top:10px;
}
#footer div a{
	color:#999;
	text-decoration:none;
}
#footer div a:hover {
	color:#666;
	text-decoration:none;
}

.editcontent, .editcontent:hover{
	position:absolute;
	color:red !important;
	font-size:9px;
	line-height:9px;
	font-weight:bold;
	background-color:white;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;

}
