*{margin: 0px auto;}
html,body{
    height: 100%;
}

#container{
    min-height: 100%;
    position: relative;
}

.header{
    width:100%;
	background: #0cf;
    padding: 10px;
}

.content{
    padding: 5px;
}

.footer{
    width: 100%;
    height: 30px;
    padding-left: 0px;
    line-height: 30px;
    background: #33CC00;
    color: #fff;
    position: absolute;
    bottom: 25px;
	
}/* CSS Document */

.title{
	color:#f0f0f0; 
	font-weight:bold; 
	text-decoration:none; 
	font-size:30px; 
	line-height:60px; 
	padding:20px;
}