html, body
{

	background: #ECECEC ;
	color: #666699;
	height: 100%;
}

b{
	font-size: 26px;
	
}

#bigtext {
    color: #666699;
	font-size: 50px;
}

#normaltext {
   color: #666699;
   
}

}
#bigtext:hover {
    color: #000099;
}

#hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666699
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 1px 0;
	height: 330px;
position: relative;

}

#footer { 
height: 20px; 
text-align: center;
position:absolute;
    width:100%;
    bottom:30px;
	
}

#Main
    {

        min-height:100%;
        height:60%;

   
    }


