#nav{
	float: left;
}
#main{
	float: right;
	margin-left: auto;
	margin-right: auto;
}
#bottom {
    position: fixed;
    bottom: 0;
}