#article {
    top: 1px;
    left: 120%;
	position: absolute;
    background-color: #15634e;
    width: 90%;
    height: 500px;
	border: 1px solid #fff201;
}body {
    background-color: #263040;
}


#header {
    
    width: 900px;
    height: 80px;
    background-color: #439c1e;
	border: 1px solid #fff201;
}

#nav {
    position: absolute;
	top: 100px;
	 
    background-color: #eb4f34;
    width: 25%;
    height: 500px;
	border: 1px solid #fff201;
}

#footer {
    position: absolute;
	top: 620px;
    position: absolute;
    background-color: #500d52;
    width: 900px;
    height: 40px;
	border: 1px solid #fff201;
}
