body {
        color: #444444;
        background-color: #EEEEEE;
        font-family: 'Trebuchet MS', sans-serif;
        font-size: 80%;
    }
    h1 {}
    h2 { 
		font-size: 1.2em;
		padding-bottom: 20px;
	}
    #page{
        width: 80%;
        margin: 24px auto;
        padding: 12px;
    }
    #header{
        padding: 20px ;
        text-align: center;
    }
    
    #content {
        padding: 24px 0 24px 0;
		text-align: center;
    }
    #footer {
		text-align: center;
		position: fixed;
		bottom: 0px;
		width: 80%;
    }
    #footer a {
        color: #999999;
    }
	.cell{
		float:left;
		width:33.333333%;
		text-align: center;
	}
	.cell img{
	width:200px;
	height:65px
	}