html body{
    margin: 0;
    padding:0;
    color: gray;
	background: black;
	font-family:  serif;
	text-align: center;
}
#content{
	margin-top:50px;
}
#control{
	margin-top:2px;	
}
#control a {
text-decoration:none;
border:0;	

}
#footer{
    /*position:fixed;fixed footer at the bottom*/
    /*bottom: 0px;  fixed footer at the bottom*/
	color: #333333;
	margin-top: 70px;
	font-size: smaller;
}



