#wrapper {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #E7E4E5;
}
.main {
	width: 360px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	background-image: url(../images/main_bg.gif);
	border: 1px solid #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
#wrapper td {
	font-size: 12px;
	text-align: left;
	padding: 5px;
}
#wrapper .ext {
	font-size: 10px;
	line-height: 14px;
	color: #CC0000;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper #footer {
	background-image: url(../images/footer.gif);
	height: 70px;
	background-repeat: no-repeat;
}
#footer a {
	display: block;
	background-image: url(../images/close_btn.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 45px;
	text-indent: -9999px;
	margin-top: 50px;
	margin-left: 445px;
}
#footer a:hover {
	background-position: 0px -15px;
}
#wrapper .fo {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}
a.view {
	background-image: url(../images/btn_view.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 230px;
	display: block;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
a:hover.view {
	background-position: 0px -30px;
}
a.vote {
	background-image: url(../images/write_btn.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 230px;
	display: block;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 7px;
}
a:hover.vote {
	background-position: 0px -30px;
}
.note {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #999999;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.note .name {
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: right;
}
.note .staff {
	color: #003366;
	margin-top: 10px;
}
