@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
Body {
	background-color:#FFFFFF;
}
#container {
	width:447px;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
}
#logo {
	width:237px;
	height:174px;
	float:left;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}
#concert {
	float:left;
	width:210px;
	height:52px;
}
#nature {
	float:left;
	width:210px;
	height:51px;
}
#blog {
	float:left;
	width:210px;
	height:71px;
}
#concert img {
	border-style:none;
}
#nature img {
	border-style:none;
}
#blog img {
	border-style:none;
}
#concert a {
	width:210px;
	display:block;
}
#nature a {
	width:210px;
	display:block;
}
#blog a {
	width:210px;
	display:block;
}
