/* CSS Document */
html,
body {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
    padding:0;
    height:100%;
}

#container {
   min-height:100%;
   position:relative;
}

#header {
   background:#ff0;
   padding:10px;
}

#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

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

}


a {
	text-decoration:none;
	color:#5B5A4C;
}

a:hover {
	color:#333333;
}

#banner{
	background-image:url(images/mhd_orange_bubble.png);
	width:550px;
	height:255px;
	display: block;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}





h2{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:10px;
text-align:center;

}

#copywrite{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:9px;
text-align:center;

}
a.designs{
color:#999999;
}
a.designs:hover{
color:#666666;
}
