@charset "ISO-8859-1";
body {
	margin: auto;
	width: 50%;
    text-align: center;
}

.header{
	border: 2px solid blue;
    border-radius: 5px;
    text-shadow: 1px 1px blue;
}

.content{
	/* background-color: red;*/
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0.8;    
}