#pagebody {
	background-image: url(cosmo3.png);
	height: 560px;
	width: 780px;
	left: 100%;
	right: 100%;
}
#button-container {
	height: 70px;
	width: 200px;
	position: relative;
	top: 323px;
	left: 150px;
}
p.navbuttons a {
color: #FFCE64;
text-decoration: none;
background-color: #FFCE64;
display: block;
padding: 3px 0px 3px 12px;
width: 200px;
height: 70px;
position: relative;
top: 115px;
left: 6px;
background-image: url(cosmored.png);
background-repeat: no-repeat;
} 
p.navbuttons a:hover {
background-color: #FFCE64;
color: #FFCE64;
background-image: url(cosmogreen.png);
background-repeat: no-repeat;
} 
p.navbuttons a:active {
background-color: #FFCE64;
color: #FFCE64;
background-image: url(cosmogreen.png);
background-repeat: no-repeat;
} 
#articlebody {
	height: 300px;
	width: 780px;
	font-size: 11px;
	text-align: justify;
}
