* {
    margin:0;
    padding:0;
}

html, body {
    height:100%;
}

#page {
    margin:0 auto;
    min-height:100%;
    position:relative;
    width:970px;
}

#header {
    position:absolute;
    top:0;
    width:970px;
}

#content {
    float:left;
    padding:50px 15px 30px;
    width:950px;
}

#left {
    float:left;
    padding:0 20px;
    width:450px;
}

#side {
    float:right;
    padding:0 10px 0 20px;
    width:400px;
}

.clear {
    clear:both;
}

#footer {
    bottom: 15px;
    position:absolute;
    width: 970px;
}
.siblings {
	height:1em;
	position:relative;
	top:-2em;
}
.siblings .prev {
	position: absolute;
	right: 0;
}
