html, body {
	color: #fff;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;	
}
body {
	background-image: url('bg_main.gif');
}
a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#content {
	width: 781px;
	background-image: url('bg_content.png');
	margin: 0 auto;
	position: relative;
	padding-bottom: 120px;
}
#sloganmain {
	position: absolute;
	right: 40px;
	top: 30px;
}
#imagelist {
	padding-top: 120px;
}
#imagelist p {
	float: left;
	width: 260px;
	height: 260px;
	text-align: center;
}
#imagelist p img {
	border: 3px solid #fff;
	display: inline;
}
#bottom {
	position: fixed;
	bottom: 0;

	height: 153px;
	width: 100%;
	background-image: url('bg_bottom.gif');	
	border-top: 1px solid #600;
}
#bottom .wrapper {
	width: 810px;
	position: relative;
	margin: 0 auto;
}
#sloganbottom {
	margin-top: 60px;
	float: left;
}
#bottom .body {
	font-size: 13px; 
	float: left; 
	width: 450px; 
	margin-top: 30px; 
	margin-left: 45px; 
	line-height: 130%;
}
#bottom .body a {
	color: #fff;
	text-decoration: underline;
}