.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
	position: relative;
}
/* End hide from IE-mac */

a {
	color: #333333;
}

a:hover {
	color: #666666;
}


html{
    height:100%;
}
body{
    height:100%;
}
 
* html div#container{
    height:100%;
}
 
div#container{
    position:relative;
    min-height: 100%;
}

body > #container {
    height: auto;
}
 
div#main{
    padding-bottom:40px;
}


#footer{
	position:absolute;
	bottom:0px;
	width:840px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	background-image: url(../img/copyright.gif);
	background-repeat: no-repeat;
	background-position: 591px bottom;
	padding-bottom: 0px;
	margin-bottom: 25px;
	height: 40px;
}

html {  
    overflow-y:scroll;  
}
