@charset "utf-8";
/* CSS Document */
/* generic css for website */

* {margin:0; padding:0;}
img {border:0}
a { outline: 0px none; }
.clear {clear:both}
html, body {margin:0; padding:0; height:100%;}
#website {min-height:100%; position:relative;}
#header { width: auto; }
#main_content { padding-bottom:60px; width: auto; }	/* Height of the footer */


#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
} /* Height of the footer */
