body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	color: #302727;
	background-color: #F4F4F4;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

a:link {
	color:#cc6666;
}
a:active {
	color: #cc6666;
}
a:visited {
	color: #996666;
}
a:hover {
	color: #cc9999;
	text-decoration: underline;
}

#layout_main {
	background: transparent;
	margin: auto;
	padding: 0;
	width: 688px;
	text-align: center;
	font-size: 100%;
}

#header {
	text-align: right;
	font-size: 75%;
	color: #999999;
}

#now-up {
	font-size: 80%;
	color: #666666;
}

#last-up {
	font-size: 80%;
	color: #999999;
}

#comment {
	background: #FFF8F7 url(spacer.gif) no-repeat 0 0;
	width: 300px;
	margin: auto;
	padding: 5 0 5 0;
	border-top: 1px solid #BB9966;
	border-bottom: 1px solid #BB9966;
	border-left: 1px solid #BB9966; 
	border-right: 1px solid #BB9966;
	font-size: 80%;
}

#menu {
	font-size: 100%;
	font-weight: bolder;
}


#hooter {
	margin: 0 0 10 0;
	text-align: center;
	font-size: 75%;
	color: #999999;
}

#here {
	font-size: 200%;
	font-weight: normal;
	color: #999999;

}

#section {
	width: 400px;
	margin: auto;
	padding: 0 0 0 0;
	border-bottom: 3px solid #995588;
	font-size: 150%;
	color: #995588;

}

img {
	border: 0;
}

