body
{
	background-color: #EEE8AA;
	text-align: center;
}
#container
{
	
	width: 600px;
}
#header
{
	
	font-family: "Sydnie";
	font-size: 60px;
	text-align: center;
	padding-bottom: 30px;
}
#blogbutton
{
	width: 250px;
	height: 150px;
	float: left;
	text-align: right;
	
}
#gallerybutton
{
	width: 250px;
	height: 150px;
	float: right;
	text-align: left;
	
}
#imgblogbutton
{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}
#imggallerybutton
{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}
#footer
{
	
	clear: both;
	padding-top: 100px;
}
